This is an automated email from the ASF dual-hosted git repository. kezhenxu94 pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/skywalking-showcase.git
commit 3f989280de879b246018c113e64a6114e2316c6c Author: kezhenxu94 <[email protected]> AuthorDate: Mon Nov 22 10:27:25 2021 +0800 Add missing group name for event exporter --- deploy/platform/kubernetes/feature-event/resources.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/platform/kubernetes/feature-event/resources.yaml b/deploy/platform/kubernetes/feature-event/resources.yaml index 40c7158..1f83c9d 100644 --- a/deploy/platform/kubernetes/feature-event/resources.yaml +++ b/deploy/platform/kubernetes/feature-event/resources.yaml @@ -43,7 +43,7 @@ metadata: data: config.yaml: | filters: - - namespace: ${NAMESPACE}|${NAMESPACE}-agentless + - namespace: ${NAMESPACE} exporters: - skywalking @@ -51,7 +51,7 @@ data: skywalking: template: source: - service: "{{ .Service.Name }}" + service: agent::"{{ .Service.Name }}" serviceInstance: "{{ .Pod.Name }}" endpoint: "" message: "{{ .Event.Message }}"
