You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With version 3.x.x, the server doesn't crash when Kubernetes secret has a duplicate certificate but it does not expose other certs' metrics. It would be good to either directly ignore the duplicate certs or give the option to the user via a flag to ignore these.
~ # curl http://172.20.72.13:9793/metrics
An error has occurred while serving metrics:
collected metric "x509_cert_error" { label:{name:"secret_key" value:"pubkey"} label:{name:"secret_name" value:"certs-server"} label:{name:"secret_namespace" value:"xxx"} xxx:{value:1}} was collected before with the same name and label values
The text was updated successfully, but these errors were encountered:
With version 3.x.x, the server doesn't crash when Kubernetes secret has a duplicate certificate but it does not expose other certs' metrics. It would be good to either directly ignore the duplicate certs or give the option to the user via a flag to ignore these.
The text was updated successfully, but these errors were encountered: