wu-sheng 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_r291187753
##########
File path: oap-server/server-starter/src/main/resources/application.yml
##########
@@ -131,6 +131,22 @@ telemetry:
port: ${SW_TELEMETRY_PROMETHEUS_PORT:1234}
configuration:
none:
+# nacos:
+# # Nacos Server Host
+# serverAddr: 127.0.0.1
+# # Nacos Server Port
+# port: 8848
+# # Nacos Configuration Group
+# group: 'skywalking'
+# # Dynamically configured keys
+# dataIds:
+# - receiver-trace.default.slowDBAccessThreshold
Review comment:
Don't like this config. But the register should work automatically.
----------------------------------------------------------------
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