From 1f92de7454aef18cc163a7398031d2ef1ffa7dc0 Mon Sep 17 00:00:00 2001 From: Vault Automation Date: Tue, 13 Jan 2026 08:59:55 -0800 Subject: [PATCH] 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 --- changelog/_11307.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changelog/_11307.txt diff --git a/changelog/_11307.txt b/changelog/_11307.txt new file mode 100644 index 0000000000..9a75d31ca2 --- /dev/null +++ b/changelog/_11307.txt @@ -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. +``` \ No newline at end of file