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 {
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 ) ;
You can’t perform that action at this time.
0 commit comments