wu-sheng commented on a change in pull request #3677: Add register persistent
worker latency metrics #3671
URL: https://github.com/apache/skywalking/pull/3677#discussion_r337636990
##########
File path:
oap-server/server-core/src/main/java/org/apache/skywalking/oap/server/core/register/worker/RegisterPersistentWorker.java
##########
@@ -42,16 +48,21 @@
private final IRegisterLockDAO registerLockDAO;
private final IRegisterDAO registerDAO;
private final DataCarrier<RegisterSource> dataCarrier;
+ private HistogramMetrics histogram;
Review comment:
`histogram` seems a meaningless name. Could you give a better name
referring to existing codes?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services