opentelemetry-rust/examples/metrics-advanced
Cijo Thomas 8882c31c95
chore: Nit fixes to examples (#3002)
2025-05-23 10:56:42 -07:00
..
src chore: Nit fixes to examples (#3002) 2025-05-23 10:56:42 -07:00
Cargo.toml chore: leverage fallback resolver for MSRV check (#2993) 2025-05-22 08:39:53 -07:00
README.md chore: Nit fixes to examples (#3002) 2025-05-23 10:56:42 -07:00

README.md

Metric SDK Advanced Configuration Example

This example shows how to customize the OpenTelemetry Rust Metric SDK. This shows how to change temporality, how to customize the aggregation using the concept of "Views" etc. The examples write output to stdout, but could be replaced with other exporters.

Usage

Run the following, and the Metrics will be written out to stdout.

$ cargo run