lhotari commented on code in PR #22010:
URL: https://github.com/apache/pulsar/pull/22010#discussion_r1484071300


##########
pulsar-broker/src/main/java/org/apache/pulsar/broker/PulsarService.java:
##########
@@ -897,6 +902,7 @@ public void start() throws PulsarServerException {
             }
 
             this.metricsGenerator = new MetricsGenerator(this);
+            this.openTelemetry = new PulsarBrokerOpenTelemetry(config);

Review Comment:
   > If disabled, as it is by default, all the meters and instruments created 
are no-op and backed by the same objects
   
   How does this no-op creation happen and where could I learn more details 
about this? Do you have references to documentation etc.?



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

Reply via email to