This message was deleted.
# support
s
This message was deleted.
a
@User adding headers and filtering traces with that tag should be possible in signoz. Which language and framework are you using? We shall try to test it out
is there a way to enable method level tracing using opentelemetry & signoz ?
I don't think so. @User what do you say?
s
Not that I am aware of. Javaagent auto instrumentation covers lot of stuff for users and if that's not enough one has to start manually instrumenting their methods/code.
z
is it a limitation of the opentelemetry agent for not supporting method level instrumentation ?
as there are tools like pinpoint which supports method level instrumentation
a
@User I found this https://github.com/open-telemetry/opentelemetry-java-instrumentation/issues/2211 So, you can specify which methods to trace. I also found another issue where you need to add annotations https://github.com/open-telemetry/opentelemetry-java-instrumentation/issues/2574#issuecomment-800067150
z
@User Thank you for the response, Let me go through this and get back, i've been looking for method level tracing with opentelemetry, this is really helpful when we want to just run this as a APM tool, where we run our performance test suit and find the bottlenecks in the system at method level, performance testing teams specially are looking for this feature, wherein you can enable it in a certain environment and then disable it in prod
👍 1