Best way to add a custom span processor on top of auto-configuration #4595
Unanswered
codeforaliving
asked this question in
Q&A
Replies: 1 comment 12 replies
-
Hey @codeforaliving , |
Beta Was this translation helpful? Give feedback.
12 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to rename a child span after performing some logic. I understand this can be accomplished with a custom SpanProcessor. What is the preferred way to add a custom SpanProcessor while still utilizing auto-config? I have seen mixed solutions and some seem deprecated. Is using an AutoConfigurationCustomizerProvider implementation the preferred way? Does this require an extension or can it be handled in application code? I am using Spring Boot. Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions