VAULT-21132 - Add telemetry counters for sync/unsync operations by status (#11307) (#11746)

* VAULT-21132 - Added telemetry for sync and unsync operations by status

* changelog added

* added tests

* updated change log

* Addressed review comments

* Addressed review comments

* Addressed review comments

* Code scanning issue fixed

* Addressed review comments

* Addressed review comments

* unit test issues fixed

* issues fixed

* issues fixed

* issues fixed

* issues fixed

* issues fixed

* issues fixed

* Addressed review comments

* unit test issues fixed

* unit test issues fixed

* unit test issues fixed

* unit test issues fixed

Co-authored-by: santoshhashicorp <santosh.yelamarthi@hashicorp.com>
This commit is contained in:
Vault Automation 2026-01-13 08:59:55 -08:00 committed by GitHub
parent 3fde566dd2
commit 1f92de7454
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

3
changelog/_11307.txt Normal file
View file

@ -0,0 +1,3 @@
```release-note:improvement
secret-sync (enterprise): Added telemetry counters for sync/unsync operations with status breakdown by destination type, and exposed operation counters in the destinations list API response.
```