Vault
Secrets Sync telemetry
Secrets Sync telemetry provides general information about configured sync resources and usage.
Default metrics
vault.secrets-sync.destinations.count
| Metric type | Value | Description |
|---|---|---|
| gauge | number | Total number of destinations across all namespaces for each destination type |
vault.secrets-sync.associations.count
| Metric type | Value | Description |
|---|---|---|
| gauge | number | Total number of associations across all namespaces for each destination type |
vault.secrets-sync.reconciliation.correction
| Metric type | Value | Description |
|---|---|---|
| counter | number | Total number of secrets that required correction (sync or unsync) during reconciliation. |
Correction metrics include a destination_type label to indicate the type of sync destination.
vault.secrets-sync.reconciliation.retry
| Metric type | Value | Description |
|---|---|---|
| counter | number | Total number of reconciliation retry attempts made for previously failed secrets |
Retry metrics include a destination_type label to indicate the type of sync destination.
vault.secrets-sync.reconciliation.retry.success
| Metric type | Value | Description |
|---|---|---|
| counter | number | Total number of secrets successfully synced or unsynced during a reconciliation retry attempt |
Retry success metrics include a destination_type label to indicate the type of sync destination.
vault.secrets-sync.reconciliation.retry.failure
| Metric type | Value | Description |
|---|---|---|
| counter | number | Total number of failed reconciliation retry attempts by failure category |
Retry failure metrics include the following labels:
destination_type- the type of sync destination.cause- the category of failure:internalfor Vault-side errors, orexternalfor client-side errors.