opentelemetry-zpages

Crates.ioopentelemetry-zpages
lib.rsopentelemetry-zpages
version0.8.0
sourcesrc
created_at2021-08-07 18:24:19.281046
updated_at2024-06-21 10:26:13.975259
descriptionZPages implementation for OpenTelemetry
homepagehttps://github.com/open-telemetry/opentelemetry-rust-contrib/tree/main/opentelemetry-zpages
repositoryhttps://github.com/open-telemetry/opentelemetry-rust-contrib/tree/main/opentelemetry-zpages
max_upload_size
id432880
size108,433
rust-maintainers (github:open-telemetry:rust-maintainers)

documentation

README

OpenTelemetry — An observability framework for cloud-native software.

OpenTelemetry ZPages

ZPages server written in Rust

GitHub Actions CI Slack

Overview

zPages are an in-process alternative to external exporters. When included, they collect and aggregate tracing and metrics information in the background; this data is served on web pages or APIs when requested.

This crate is still working in progress. Please find its current limitations below.

Note that this crate is still in experimental state. Breaking changes can still happen. Some features may still in development.

Tracez

Tracez shows information on tracing, including aggregation counts for latency, running, and errors for spans grouped by the span name.

Commit count: 849

cargo fmt