vault/changelog/_11261.txt
Vault Automation 879f7d1a7f
VAULT-21133 Add counters for operations picked up by the reconciliation loop (#11261) (#11755)
* initial commit for reconciliation telemetry

* added go doc to tests

* updated retries count logic

* updated go doc for TestSecretsSyncBackend_emitReconciliationMetrics

* updated tests

* added changelog

Co-authored-by: suraj-simha <suraj.s@hashicorp.com>
2026-01-13 23:41:39 +05:30

4 lines
No EOL
261 B
Text

```release-note:improvement
secret-sync (enterprise): Added telemetry counters for reconciliation loop operations, including the number of corrections detected,
retry attempts, and operation outcomes (success or failure with internal/external cause labels).
```