Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix example name
  • Loading branch information
emschwartz committed May 25, 2023
commit e6f7ee772ff57719d8247b0ecef8ba55337b5d63
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
- run: cargo build --package example-axum
- run: cargo build --package example-custom-metrics
- run: cargo build --package example-full-api
- run: cargo build --package example-tracing
- run: cargo build --package example-exemplars-tracing
2 changes: 1 addition & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ cargo run --package example-{name of example}

- [axum](./axum) - Use autometrics to instrument HTTP handlers
- [custom-metrics](./custom-metrics/) - Define your own custom metrics alongside the ones generated by autometrics (using any of the metrics collection crates)
- [tracing](./tracing/) - Use the `trace_id` from `tracing::Span`s as Prometheus exemplars
- [exemplars-tracing](./exemplars-tracing/) - Use fields from `tracing::Span`s as Prometheus exemplars

## Full Example

Expand Down