tydhot commented on a change in pull request #467:
URL:
https://github.com/apache/incubator-eventmesh/pull/467#discussion_r676266170
##########
File path: eventmesh-runtime/build.gradle
##########
@@ -23,14 +23,21 @@ List metrics = [
"io.dropwizard.metrics:metrics-json:4.1.0"
]
-
+List open_telemetry = [
+ "io.opentelemetry:opentelemetry-api:1.3.0",
+ "io.opentelemetry:opentelemetry-sdk:1.3.0",
+ "io.opentelemetry:opentelemetry-sdk-metrics:1.3.0-alpha",
Review comment:
It is ok to use that. Otel's sdk metrics is in alpha although, it is
widely used in
https://github.com/open-telemetry/opentelemetry-java-instrumentation. This
agent has been validated in enough prod environments.
--
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]