Rename traefik_tls_certs_not_after_milliseconds to traefik_tls_certs_not_after_seconds
This commit is contained in:
parent
b61df559d2
commit
c948417866
3 changed files with 9 additions and 2 deletions
|
|
@ -489,3 +489,10 @@ To use the new `proxyprotocol` option in the Kubernetes CRD provider, you need t
|
|||
```shell
|
||||
kubectl apply -f https://raw.githubusercontent.com/traefik/traefik/v3.5/docs/content/reference/dynamic-configuration/kubernetes-crd-definition-v1.yml
|
||||
```
|
||||
|
||||
## v3.5.4
|
||||
|
||||
### Certificate Metric Renamed with OpenTelemetry
|
||||
|
||||
Starting with `v3.5.4`, and when using OpenTelemetry, the `traefik_tls_certs_not_after_milliseconds` metric is renamed to `traefik_tls_certs_not_after_seconds`.
|
||||
This change aligns the metric name with its real unit precision, which is in seconds.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue