-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Right now, we have <Consumer/Producer/Transformer>.name (<Worker>.name) as the parent span and WithSpanName() as the child span. The parent span is having other spans too (like error, wait etc. - refer code for exact info)
WithSpanNameis optional right now. We can keep it optional.- The parent span will be
<Worker>.nameby default. - If
WithSpanNameis called, then we can use that as the parent span. - The internal spans will have a standard suffix like
<worker>.name.workor<worker>.name.error. - If needed, we can implement
WithSpanSeparator(sep string)that can be used to configure the separator to customize<worker>.name.workto be<worker>.name <some separator> work
Metadata
Metadata
Assignees
Labels
No labels