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.