File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
oap-server/server-starter/src/main/resources Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -565,9 +565,9 @@ exporter:
565565 exportErrorStatusTraceOnly : ${SW_EXPORTER_KAFKA_TRACE_FILTER_ERROR:false}
566566
567567health-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
572572status-query :
573573 selector : ${SW_STATUS_QUERY:default}
You can’t perform that action at this time.
0 commit comments