Skip to content

Commit

Permalink
Merge pull request #13461 from arunans23/retry
Browse files Browse the repository at this point in the history
Rename watcher parameter in diagnostic tool
  • Loading branch information
arunans23 committed Apr 1, 2024
2 parents 974f7d8 + a984da2 commit 6f54515
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -494,14 +494,14 @@
"cpu_watcher": {
"enabled": "true",
"threshold": "80",
"retry_count": "2",
"attempts": "2",
"interval": "5",
"action_executors": "ThreadDumper,MetricsSnapshot,ServerInfo"
},
"memory_watcher": {
"enabled": "true",
"threshold": "80",
"retry_count": "2",
"attempts": "2",
"interval": "5",
"action_executors": "ThreadDumper,MetricsSnapshot,ServerInfo"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,14 @@ executor = "{{action.executor}}"
[cpu_watcher]
enabled = "{{cpu_watcher.enabled}}"
threshold = "{{cpu_watcher.threshold}}"
retry_count = "{{cpu_watcher.retry_count}}"
attempts = "{{cpu_watcher.attempts}}
interval = "{{cpu_watcher.interval}}"
action_executors = "{{cpu_watcher.action_executors}}"

[memory_watcher]
enabled = "{{memory_watcher.enabled}}"
threshold = "{{memory_watcher.threshold}}"
retry_count = "{{memory_watcher.retry_count}}"
attempts = "{{memory_watcher.attempts}}"
interval = "{{memory_watcher.interval}}"
action_executors = "{{memory_watcher.action_executors}}"

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1461,7 +1461,7 @@
<config.mapper.version>1.0.24</config.mapper.version>

<!-- Diagnostic Tool Dependencies -->
<diagnostics.tool.version>1.0.14</diagnostics.tool.version>
<diagnostics.tool.version>1.0.15</diagnostics.tool.version>

<!-- Authenticator Properties -->
<identity.outbound.auth.oidc.version>5.11.34</identity.outbound.auth.oidc.version>
Expand Down

0 comments on commit 6f54515

Please sign in to comment.