ricoberger / vault-secrets-operator

Create Kubernetes secrets from Vault for a secure GitOps based workflow.
MIT License
633 stars 103 forks source link

Add custom metric for reconciliation failures #179

Closed ricoberger closed 1 year ago

ricoberger commented 1 year ago

Add a new custom metric vaultsecrets_reconciliations_total with a namespace, name and status label to monitor reconciliation failures per VaultSecret.

If the status label is True the reconciliation was successful, if it is False the reconciliation failed.