Skip to content

Commit 387fe5e

Browse files
committed
format
Signed-off-by: William Zhang <[email protected]>
1 parent 3beeab7 commit 387fe5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/src/http_metrics.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ impl FilterConfig {
2222
Self {
2323
_filter_config: filter_config.to_string(),
2424
// 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
25+
// are opaque ids that can be used to record statistics during the lifecycle of the filter. These handles last until the
2626
// filter config is destroyed.
2727
route_latency: envoy_filter_config
2828
.define_histogram_vec("route_latency_ms", &["route_name"])

0 commit comments

Comments
 (0)