SigNoz / signoz-web

SigNoz Website
https://signoz.io
Other
5 stars 26 forks source link

Add annotation docs for java instrumentation #139

Open makeavish opened 1 year ago

makeavish commented 1 year ago

Java otel agent supports adding custom spans without too much change: https://opentelemetry.io/docs/instrumentation/java/automatic/annotations/

It is different from manual instrumentation which is tedious and requires too much code changes. I have tested annotations with sample java app and it works fine without any extra configurations.

Calm-Rock commented 10 months ago

@makeavish do we have docs for this ?