From 1970045089e8b3f98dfd5215ff954f908efdc4f0 Mon Sep 17 00:00:00 2001 From: "kumahq[bot]" <110050114+kumahq[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 11:47:21 +0000 Subject: [PATCH] chore(deps): update docs from repo source Signed-off-by: kumahq[bot] <110050114+kumahq[bot]@users.noreply.github.com> --- app/assets/mesh/dev/raw/kuma-cp.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/mesh/dev/raw/kuma-cp.yaml b/app/assets/mesh/dev/raw/kuma-cp.yaml index 682b64e0e0e0..718623e4b393 100644 --- a/app/assets/mesh/dev/raw/kuma-cp.yaml +++ b/app/assets/mesh/dev/raw/kuma-cp.yaml @@ -516,6 +516,10 @@ multizone: # Response backoff is a time Global CP waits before sending ACK/NACK. # This is a way to slow down Zone CP from sending resources too often. responseBackoff: 0s # ENV: KUMA_MULTIZONE_GLOBAL_KDS_RESPONSE_BACKOFF + tracing: + # Defines whether tracing is enabled for all gRPC methods + # of GlobalKDSServer and KDSSyncService or completely disabled + enabled: true # ENV: KUMA_MULTIZONE_GLOBAL_KDS_TRACING_ENABLED zone: # Kuma Zone name used to mark the zone dataplane resources name: "default" # ENV: KUMA_MULTIZONE_ZONE_NAME