mirror of
https://github.com/hashicorp/vault.git
synced 2026-02-03 20:40:45 -05:00
* 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:
parent
e7133e83f2
commit
879f7d1a7f
1 changed files with 4 additions and 0 deletions
4
changelog/_11261.txt
Normal file
4
changelog/_11261.txt
Normal 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).
|
||||
```
|
||||
Loading…
Reference in a new issue