mirror of https://github.com/hashicorp/consul
Browse Source
* add intermediate ca metric routine * add Gauge config for intermediate cert * Stop metrics routine when stopping leader * add changelog entry * updage changelog Co-authored-by: Daniel Nephin <dnephin@hashicorp.com> * use variables instead of a map * go imports sort * Add metrics for primary and secondary ca * start metrics routine in the right DC * add telemetry documentation * update docs * extract expiry fetching in a func * merge metrics for primary and secondary into signing ca metric Co-authored-by: Daniel Nephin <dnephin@hashicorp.com>pull/10573/head
Dhia Ayachi
3 years ago
committed by
GitHub
5 changed files with 89 additions and 15 deletions
@ -0,0 +1,3 @@
|
||||
```release-note:enhancement |
||||
telemetry: added metrics to track certificates expiry. |
||||
``` |
Loading…
Reference in new issue