Hive Hive
Sign in

perf(kura): Drop HTTP method request metric label

GitHub issue · Closed

Metadata
Source
tuist/tuist #11027
Updated
Jun 24, 2026
Domains
Kura
Details

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 fmt
  • mise exec -- cargo test render_includes_recorded_metrics
  • mise exec -- cargo clippy --locked --all-targets -- -D warnings
  • git diff --check
Comments
TA
tuist-atlas[bot] Jun 3, 2026

The performance improvement to drop the HTTP method request metric label is now available in kura@0.6.0. Update to get these improvements.