kezhenxu94 commented on a change in pull request #2817: Provide Nacos dynamic 
configuration center implementation. fixes #2816
URL: https://github.com/apache/skywalking/pull/2817#discussion_r290138075
 
 

 ##########
 File path: docs/en/setup/backend/dynamic-config.md
 ##########
 @@ -31,9 +31,31 @@ configuration:
     #clusterName: "default" # the name of current cluster, set the name if you 
want to upstream system known.  
 ```
 
+## Nacos DCS
+
+[Nacos](https://github.com/alibaba/nacos) is also supported in DCS, to use it, 
please configure as follows:
+
+```yaml
+configuration:
+  nacos:
+    # Nacos Server Host
+    serverAddr: 127.0.0.1
+    # Nacos Server Port
+    port: 8848
+    # Nacos Configuration Group
+    group: 'skywalking'
+    # Dynamically configured keys
+    data-ids:
+      - receiver-trace.default.slowDBAccessThreshold
 
 Review comment:
   It needs, Nacos needs to know which key(dataId) we are interested in, it 
won't dump all the keys to the clients but only those that are specified

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to