未验证 提交 5da4015e 编写于 作者: S snakorse 提交者: GitHub

bugfix: Fix CLRThread metrics setId error. (#5345)

Co-authored-by: N郭刚平 <gangping.guo@xiaobao100.com>
上级 b173cde5
...@@ -80,7 +80,7 @@ public class CLRSourceDispatcher { ...@@ -80,7 +80,7 @@ public class CLRSourceDispatcher {
serviceInstanceCLRThread.setMaxCompletionPortThreads(thread.getMaxCompletionPortThreads()); serviceInstanceCLRThread.setMaxCompletionPortThreads(thread.getMaxCompletionPortThreads());
serviceInstanceCLRThread.setMaxWorkerThreads(thread.getMaxWorkerThreads()); serviceInstanceCLRThread.setMaxWorkerThreads(thread.getMaxWorkerThreads());
serviceInstanceCLRThread.setTimeBucket(minuteTimeBucket); serviceInstanceCLRThread.setTimeBucket(minuteTimeBucket);
serviceInstanceCLRThread.setId(serviceInstance); serviceInstanceCLRThread.setId(serviceInstanceId);
serviceInstanceCLRThread.setName(service); serviceInstanceCLRThread.setName(service);
serviceInstanceCLRThread.setServiceId(serviceId); serviceInstanceCLRThread.setServiceId(serviceId);
serviceInstanceCLRThread.setServiceName(serviceInstance); serviceInstanceCLRThread.setServiceName(serviceInstance);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册