Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add axum-otel-metrics to axum ecosystem #1573

Merged
merged 1 commit into from Nov 25, 2022

Conversation

ttys3
Copy link
Contributor

@ttys3 ttys3 commented Nov 25, 2022

a http metrics middleware for axum which

uses the opentelemetry Rust sdk auto record http requests metrics

and export the metrics data to Prometheus at /metrics endpoint.

it include two major metrics: a request duration histogram metric and a request counter metric

https://github.com/ttys3/axum-otel-metrics

@davidpdrsn davidpdrsn merged commit 834d4e5 into tokio-rs:main Nov 25, 2022
@davidpdrsn
Copy link
Member

Thanks!

@ttys3 ttys3 deleted the add-axum-otel-metrics-to-ecosystem branch November 25, 2022 16:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants