Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions docs/en/setup/backend/dynamic-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down