Skip to content

Commit 10643b9

Browse files
authored
updating metrics descriptions (#4020)
Signed-off-by: Joe F <[email protected]>
1 parent fd0ea24 commit 10643b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

linkerd/identity/src/metrics.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ impl CertMetrics {
2525
let expiry_ts = prom::Gauge::default();
2626
registry.register_with_unit(
2727
"expiration_timestamp",
28-
"Time when the this proxy's current mTLS identity certificate will expire (in seconds since the UNIX epoch)",
28+
"Time when this proxy's current mTLS identity certificate will expire (in seconds since the UNIX epoch)",
2929
prom::Unit::Seconds, expiry_ts.clone()
3030
);
3131

3232
let refresh_ts = prom::Gauge::default();
3333
registry.register_with_unit(
3434
"refresh_timestamp",
35-
"Time when the this proxy's current mTLS identity certificate were last updated",
35+
"Time when this proxy's current mTLS identity certificate was last updated",
3636
prom::Unit::Seconds,
3737
refresh_ts.clone(),
3838
);

0 commit comments

Comments
 (0)