open-telemetry/opentelemetry-java
Annotations support for non-auto instrumented code
开放
#3,035 创建于 2021年3月17日
Feature Requesthelp wanted
仓库指标
- 星标
- (2,433 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
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.