You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can not add attributes for background spans,
When you check the help command: otel-cli span background --help
the output example have the parameter: attr
but the command have no the attr.
After check the source code, there is no attr for span_background.go in line 56. it may should be similar with span.go
Could you fix it?