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


##########
pulsar-functions/instance/src/main/java/org/apache/pulsar/functions/instance/ContextImpl.java:
##########
@@ -223,6 +225,7 @@ public ContextImpl(InstanceConfig config, Logger logger, 
PulsarClient client,
                         .quantile(0.99, 0.01)
                         .quantile(0.999, 0.01)
                         .create());
+        this.openTelemetry = new PulsarWorkerOpenTelemetry(config);

Review Comment:
   Note: this is outdated as of now, as I have since made these changes. 
`PulsarWorkerOpenTelemetry` is only targeting the worker itself as it currently 
stands.



-- 
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: commits-unsubscr...@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to