milvus-sdk-java
milvus-sdk-java copied to clipboard
enhance: Support trace context propagation and traceID visibility
Support trace context propagation and traceID visibility
You don’t need to modify the application code to support trace context propagation or make trace IDs visible. The OpenTelemetry Java SDK can be instrumented into the JVM at startup without code changes.
A working example is available here: https://github.com/topikachu/milvus-java-otel
it seems to use -javaagent:opentelemetry-javaagent.jar to enable trace.
Thanks for the advice, amazing