We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab0aebe commit ffda5f7Copy full SHA for ffda5f7
apollo-router/src/plugins/telemetry/metrics/mod.rs
@@ -559,7 +559,7 @@ impl BasicMetrics {
559
.init(),
560
http_requests_duration: meter
561
.f64_histogram("apollo_router_http_request_duration_seconds")
562
- .with_description("Total number of HTTP requests made.")
+ .with_description("Duration of HTTP requests.")
563
564
}
565
0 commit comments