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

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

commit 246fb1dbb7edccb003a1aac10c8aef48d8f25c18
Author: Gao Hongtao <hanahm...@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 | ""

Reply via email to