未验证 提交 a1c5dc62 编写于 作者: L Leon Yang 提交者: GitHub

FIX: register Watcher (#6956)

上级 d56b0b0d
......@@ -41,7 +41,8 @@ Release Notes.
* Fix: Envoy error logs are not persisted when no metrics are generated
* Fix: Memory leakage of low version etcd client. [fix-issue](https://github.com/jurmous/etcd4j/pull/185)
* Allow multiple definitions as fallback in metadata-service-mapping.yaml file.
* Fix: NPE when configmap has no data.
* Fix: NPE when configmap has no data.
* Fix: Dynamic Configuration key `slowTraceSegmentThreshold` not work
#### UI
* Add logo for kong plugin.
......
......@@ -122,6 +122,7 @@ public class AnalyzerModuleProvider extends ModuleProvider {
dynamicConfigurationService.registerConfigChangeWatcher(thresholds);
dynamicConfigurationService.registerConfigChangeWatcher(uninstrumentedGatewaysConfig);
dynamicConfigurationService.registerConfigChangeWatcher(traceSampleRateWatcher);
dynamicConfigurationService.registerConfigChangeWatcher(traceLatencyThresholdsAndWatcher);
segmentParserService.setListenerManager(listenerManager());
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册