open-telemetry/opentelemetry-java
Annotations support for non-auto instrumented code
Aberta
#3.035 aberto em 17 de mar. de 2021
Feature Requesthelp wanted
Métricas do repositório
- Stars
- (2.433 estrelas)
- Métricas de merge de PR
- (Métricas PR pendentes)
Description
Just a question - Do we have any example to create span for a method with Annotations.? I see @WithSpan in extension for auto instrumenting..But i dont see any annotations for adding spans in code.
Will we support for non-autoinstrumented solutions? If not, do we have any references to create custom annotations to create spans for methods using annotations.