You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2019/10/06 09:25:19 UTC

[skywalking-kubernetes] 09/38: Update 03-operator_cfg.yml

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

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-kubernetes.git

commit 246fb1dbb7edccb003a1aac10c8aef48d8f25c18
Author: Gao Hongtao <ha...@gmail.com>
AuthorDate: Mon Dec 3 11:47:21 2018 +0800

    Update 03-operator_cfg.yml
    
    Add namespace
---
 6/6.0.0-alpha/istio/03-operator_cfg.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/6/6.0.0-alpha/istio/03-operator_cfg.yml b/6/6.0.0-alpha/istio/03-operator_cfg.yml
index cd292c4..bb73968 100644
--- a/6/6.0.0-alpha/istio/03-operator_cfg.yml
+++ b/6/6.0.0-alpha/istio/03-operator_cfg.yml
@@ -37,8 +37,10 @@ spec:
    value: request.size | 0
    dimensions:
      sourceService: source.workload.name | ""
+     sourceNamespace: source.workload.namespace | ""
      sourceUID: source.uid | ""
      destinationService: destination.workload.name | ""
+     destinationNamespace: destination.workload.namespace | ""
      destinationUID: destination.uid | ""
      requestMethod: request.method | ""
      requestPath: request.path | ""