This is an automated email from the ASF dual-hosted git repository.

wankai123 pushed a commit to branch wankai123-patch-1
in repository https://gitbox.apache.org/repos/asf/skywalking-horizon-ui.git

commit 81451cfd70a5c4f1edbf7b1547350413986a74bf
Author: Wan Kai <[email protected]>
AuthorDate: Thu May 28 10:43:19 2026 +0800

    Disable trace under k8s service dashboard
---
 apps/bff/src/bundled_templates/layers/k8s_service.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/bff/src/bundled_templates/layers/k8s_service.json 
b/apps/bff/src/bundled_templates/layers/k8s_service.json
index 50d8019..7f4e6d6 100644
--- a/apps/bff/src/bundled_templates/layers/k8s_service.json
+++ b/apps/bff/src/bundled_templates/layers/k8s_service.json
@@ -21,7 +21,7 @@
     "endpoints": true,
     "endpointDependency": false,
     "topology": true,
-    "traces": true,
+    "traces": false,
     "logs": true,
     "ebpfProfiling": true
   },

Reply via email to