Hive
perf(kura): Drop HTTP method request metric label
GitHub issue · Closed
Source
tuist/tuist #11027
Updated
Jun 24, 2026
Domains
Kura
No linked issue.
This is a follow-up to #11025 after the Grafana cardinality dashboard still showed method multiplying kura_http_requests_total series. The route-level request counter now keeps only the bounded route label and status; request method remains available on OpenTelemetry spans where it does not multiply Prometheus series.
The Kura observability docs were updated to describe the new metric shape.
How to test locally
mise exec -- cargo fmtmise exec -- cargo test render_includes_recorded_metricsmise exec -- cargo clippy --locked --all-targets -- -D warningsgit diff --check