File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,14 +25,14 @@ impl CertMetrics {
25
25
let expiry_ts = prom:: Gauge :: default ( ) ;
26
26
registry. register_with_unit (
27
27
"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)" ,
29
29
prom:: Unit :: Seconds , expiry_ts. clone ( )
30
30
) ;
31
31
32
32
let refresh_ts = prom:: Gauge :: default ( ) ;
33
33
registry. register_with_unit (
34
34
"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" ,
36
36
prom:: Unit :: Seconds ,
37
37
refresh_ts. clone ( ) ,
38
38
) ;
You can’t perform that action at this time.
0 commit comments