SigNoz / signoz-web

SigNoz Website
https://signoz.io
Other
8 stars 42 forks source link

Add annotation docs for java instrumentation #139

Open makeavish opened 2 years ago

makeavish commented 2 years 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 12 months ago

@makeavish do we have docs for this ?