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 3beeab7 commit 387fe5eCopy full SHA for 387fe5e
rust/src/http_metrics.rs
@@ -22,7 +22,7 @@ impl FilterConfig {
22
Self {
23
_filter_config: filter_config.to_string(),
24
// Handles to metrics such as counters, gauges, and histograms are allocated at filter config creation time. These handles
25
- // are opaque ids that can be used to record statistics during the lifecycle of the filter. These handles last until the
+ // are opaque ids that can be used to record statistics during the lifecycle of the filter. These handles last until the
26
// filter config is destroyed.
27
route_latency: envoy_filter_config
28
.define_histogram_vec("route_latency_ms", &["route_name"])
0 commit comments