OTel agent manual instrumentation tracing framework for sending traces to gRPC endpoint #7205
Unanswered
MuthuKumar-ThangaMuthu-IBM
asked this question in
Q&A
Replies: 1 comment
-
What's the question here? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to build a tracing framework with combination of bytebuddy and opentelemetry apis, sdk. I am able to achieve the interception of method with __. I am attaching my java files here.
I am getting below response when I run java -javaagent:target/otel-example-1.0-SNAPSHOT.jar -jar target/otel-example-1.0-SNAPSHOT.jar
Opentelemetry initialized.
Loading OpenTelemetry Plugin...
ByteBuddy Instrumentation installed.
Interceptor
GlobalOpenTelemetry.get() = io.opentelemetry.api.GlobalOpenTelemetry$ObfuscatedOpenTelemetry@6cbcf243
Tracer: io.opentelemetry.sdk.trace.SdkTracer@305f7627
Propagators: DefaultContextPropagators{textMapPropagator=W3CTraceContextPropagator}
Current Context: {opentelemetry-trace-span-key=SdkSpan{traceId=a44542577bc4bf426a8e66895e8602ff, spanId=b8f9fb23bfb37cc2, parentSpanContext=ImmutableSpanContext{traceId=00000000000000000000000000000000, spanId=
0000000000000000, traceFlags=00, traceState=ArrayBasedTraceState{entries=[]}, remote=false, valid=false}, name=test-span, kind=INTERNAL, attributes=null, status=ImmutableStatusData{statusCode=UNSET, description
=}, totalRecordedEvents=0, totalRecordedLinks=0, startEpochNanos=1742105334803000000, endEpochNanos=0}}
Beta Was this translation helpful? Give feedback.
All reactions