You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ke...@apache.org on 2021/11/22 03:41:18 UTC

[skywalking-showcase] branch main updated: Fix wrong service name in event exporter

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


The following commit(s) were added to refs/heads/main by this push:
     new 58ab842  Fix wrong service name in event exporter
58ab842 is described below

commit 58ab842e3431cf56f7e50654f28bad76afdec37d
Author: kezhenxu94 <ke...@apache.org>
AuthorDate: Mon Nov 22 11:41:12 2021 +0800

    Fix wrong service name in event exporter
---
 deploy/platform/kubernetes/feature-event/resources.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/deploy/platform/kubernetes/feature-event/resources.yaml b/deploy/platform/kubernetes/feature-event/resources.yaml
index 1f83c9d..c7e5065 100644
--- a/deploy/platform/kubernetes/feature-event/resources.yaml
+++ b/deploy/platform/kubernetes/feature-event/resources.yaml
@@ -51,7 +51,7 @@ data:
       skywalking:
         template:
           source:
-            service: agent::"{{ .Service.Name }}"
+            service: "agent::{{ .Service.Name }}"
             serviceInstance: "{{ .Pod.Name }}"
             endpoint: ""
           message: "{{ .Event.Message }}"