yifan-c commented on code in PR #64:
URL: https://github.com/apache/cassandra-sidecar/pull/64#discussion_r1308066003


##########
src/main/java/org/apache/cassandra/sidecar/MainModule.java:
##########
@@ -84,6 +85,7 @@ public Vertx vertx()
     {
         return Vertx.vertx(new VertxOptions().setMetricsOptions(new 
DropwizardMetricsOptions()
                                                                 
.setEnabled(true)
+                                                                
.setRegistryName("cassandra-sidecar-metrics-registry")

Review Comment:
   This line is not needed. I will remove it on committing. 



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to