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>
This commit is contained in:
Vault Automation 2026-01-13 10:11:39 -08:00 committed by GitHub
parent e7133e83f2
commit 879f7d1a7f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

4
changelog/_11261.txt Normal file
View file

@ -0,0 +1,4 @@
```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).
```