Remove unnecessary docs and config keys (#2845)
This commit is contained in:
parent
c983d85000
commit
ec731b2ad8
|
|
@ -44,10 +44,6 @@ configuration:
|
|||
port: 8848
|
||||
# Nacos Configuration Group
|
||||
group: 'skywalking'
|
||||
# Dynamically configured keys
|
||||
dataIds:
|
||||
- receiver-trace.default.slowDBAccessThreshold
|
||||
# - other-key
|
||||
# Unit seconds, sync period. Default fetch every 60 seconds.
|
||||
period : 60
|
||||
# the name of current cluster, set the name if you want to upstream system known.
|
||||
|
|
|
|||
|
|
@ -27,10 +27,6 @@ configuration:
|
|||
port: 8848
|
||||
# Nacos Configuration Group
|
||||
group: 'skywalking'
|
||||
# Dynamically configured keys
|
||||
dataIds:
|
||||
- test-module.default.testKey
|
||||
# - other-key
|
||||
# Unit seconds, sync period. Default fetch every 60 seconds.
|
||||
period: 1
|
||||
# the name of current cluster, set the name if you want to upstream system known.
|
||||
|
|
|
|||
Loading…
Reference in New Issue