18 lines
408 B
Markdown
18 lines
408 B
Markdown
# 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.
|
|
|
|
```shell
|
|
$ cargo run
|
|
```
|
|
|
|
|
|
|