-
What is the issue?the Per the docs https://linkerd.io/2.11/reference/proxy-metrics/#identity-metrics here it should be "A gauge of the time when the proxy’s current mTLS identity certificate will expire (in seconds since the UNIX epoch)." Because of this I am unsure how to create an alert to monitor when certs expire. How can it be reproduced?Open up grafana/prometheus query explorer and look at this metric over a multi-day window Logs, error output, etcNo logs output of
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The proxy's identity cert is renewed every 24 hours, so you'll see that metric change once per day. Your alert rule could trigger whenever |
Beta Was this translation helpful? Give feedback.
The proxy's identity cert is renewed every 24 hours, so you'll see that metric change once per day. Your alert rule could trigger whenever
identity_cert_expiration_timestamp_seconds
is lower then the current timestamp (time()
).