Skip to content

Releases: ttys3/axum-otel-metrics

v0.8.0

01 Dec 02:41
4cecbb2
Compare
Choose a tag to compare

Breaking!: upgrade axum to 0.7.x version

you can still use this crate 0.7.x version (which is targeting axum 0.6.x version)

v0.7.0

26 Oct 18:39
Compare
Choose a tag to compare

feature: allow set metrics path

v0.3.0

22 Mar 19:11
Compare
Choose a tag to compare

breaking

the metrics name has been change.

be default, the metrics will be exported at /metrics endpoint.

and below metrics will be exported:

request_duration_seconds histogram

request_duration_seconds_bucket
request_duration_seconds_sum
request_duration_seconds_count

requests_total counter

requests_total