Skip to content

Commit 79860ca

Browse files
authored
Open health-checker module by default (#13490)
1 parent 647928e commit 79860ca

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/en/changes/changes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@
9595
* Fix service_relation source layer in mq entry span analyse.
9696
* Fix metrics comparison in promql with bool modifier.
9797
* Add rate limiter for Zipkin trace receiver to limit maximum spans per second.
98+
* Open `health-checker` module by default due to latest UI changes. Change the default check period to 30s.
9899

99100
#### UI
100101

oap-server/server-starter/src/main/resources/application.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -565,9 +565,9 @@ exporter:
565565
exportErrorStatusTraceOnly: ${SW_EXPORTER_KAFKA_TRACE_FILTER_ERROR:false}
566566

567567
health-checker:
568-
selector: ${SW_HEALTH_CHECKER:-}
568+
selector: ${SW_HEALTH_CHECKER:default}
569569
default:
570-
checkIntervalSeconds: ${SW_HEALTH_CHECKER_INTERVAL_SECONDS:5}
570+
checkIntervalSeconds: ${SW_HEALTH_CHECKER_INTERVAL_SECONDS:30}
571571

572572
status-query:
573573
selector: ${SW_STATUS_QUERY:default}

0 commit comments

Comments
 (0)