Not able to use OTEL_INSTRUMENTATION_METHODS_INCLUDE to create separate spans for methods #5422
Answered
by
trask
mvkrishna86
asked this question in
Q&A
-
Hi,
|
Beta Was this translation helpful? Give feedback.
Answered by
trask
Feb 22, 2022
Replies: 1 comment 1 reply
-
hi @mvkrishna86! I think that should be a semicolon
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
mvkrishna86
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hi @mvkrishna86! I think that should be a semicolon
;
instead of a comma,
e.g.OTEL_INSTRUMENTATION_METHODS_INCLUDE=com.pkg.Class1[method1];com.pkg.Class2[method2]