This is an automated email from the ASF dual-hosted git repository.
wu-sheng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-horizon-ui.git
The following commit(s) were added to refs/heads/main by this push:
new 4b408af Disable trace/logs under k8s service dashboard (#23)
4b408af is described below
commit 4b408af07d1f2e99a08b46c6cf4d584015a3a498
Author: Wan Kai <[email protected]>
AuthorDate: Thu May 28 10:52:02 2026 +0800
Disable trace/logs under k8s service dashboard (#23)
---
apps/bff/src/bundled_templates/layers/k8s_service.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/apps/bff/src/bundled_templates/layers/k8s_service.json
b/apps/bff/src/bundled_templates/layers/k8s_service.json
index 50d8019..6b23d06 100644
--- a/apps/bff/src/bundled_templates/layers/k8s_service.json
+++ b/apps/bff/src/bundled_templates/layers/k8s_service.json
@@ -21,8 +21,8 @@
"endpoints": true,
"endpointDependency": false,
"topology": true,
- "traces": true,
- "logs": true,
+ "traces": false,
+ "logs": false,
"ebpfProfiling": true
},
"layer-header": {