Hi Folks Is there way I can also do java method l...
# general
g
Hi Folks Is there way I can also do java method level instrument in signoz .
p
Hi @gati sahu 👋 This guide should help with manual instrumentation with Java. https://opentelemetry.io/docs/instrumentation/java/manual/
m
Hi @gati sahu, you can extend the otel java agent with your custom instrumentations. I implemented this in my team and our custom instrumentation results are available in our SigNoz instance. I leave the link here https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/examples/extension/README.md