Channels
watercooler
incidents
reactjs-config
k8s_operator_helm
write-for-signoz
signoz-alert-testing
testsupport
webhook-dev
general
contributing
support
contributing-frontend
github-activities
Powered by
#general
Title
# general
g
gati sahu
12/02/2022, 4:28 AM
Hi Folks Is there way I can also do java method level instrument in signoz .
p
Prashant Shahi
12/02/2022, 11:47 AM
Hi
@gati sahu
👋 This guide should help with manual instrumentation with Java.
https://opentelemetry.io/docs/instrumentation/java/manual/
m
Mariano Mirabelli
12/02/2022, 12:20 PM
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
Post