Skip to content

Commit

Permalink
use the correct version in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mellowagain committed Jul 25, 2024
1 parent 173c54e commit 4ac0416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autometrics/src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ If you require more customization than these offered feature flags, enable just
See the [exemplars module docs](https://docs.rs/autometrics/latest/autometrics/exemplars/index.html) for details about these features. Currently only supported with the `prometheus-client` backend.

- `exemplars-tracing` - extract arbitrary fields from `tracing::Span`s
- `exemplars-tracing-opentelemetry-0_24` - extract the `trace_id` and `span_id` from the `opentelemetry::Context`, which is attached to `tracing::Span`s by the `tracing-opentelemetry` crate
- `exemplars-tracing-opentelemetry-0_25` - extract the `trace_id` and `span_id` from the `opentelemetry::Context`, which is attached to `tracing::Span`s by the `tracing-opentelemetry` crate

### Custom objective values

Expand Down

0 comments on commit 4ac0416

Please sign in to comment.