Skip to content

Commit

Permalink
Add a todo
Browse files Browse the repository at this point in the history
  • Loading branch information
heyams committed Apr 19, 2023
1 parent 167cac2 commit 750a3f5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ public final class MethodSingletons {
GlobalOpenTelemetry.get(),
INSTRUMENTATION_NAME,
CodeSpanNameExtractor.create(codeAttributesGetter))
.setInstrumentationVersion("1.25.0-alpha-applicationinsights")
.setInstrumentationVersion(
"1.25.0-alpha-applicationinsights") // TODO automate version or use upstream
.addAttributesExtractor(CodeAttributesExtractor.create(codeAttributesGetter))
// START APPLICATION INSIGHTS MODIFICATIONS
.buildInstrumenter(new MethodSpanKindExtractor());
Expand Down

0 comments on commit 750a3f5

Please sign in to comment.