Releases: ttys3/axum-otel-metrics
Releases · ttys3/axum-otel-metrics
v0.9.1
Breaking!: use with_boundaries API to provide custom bounds for Histogram instruments
update opentelemetry requirement to 0.27.0
Breaking!: metrics: remove Prometheus exporter and registry references
v0.8.0
v0.7.0
v0.3.0
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