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
Is your feature request related to a problem? Please describe.
NodeSdk accepts a single span processor, and because MultiSpanProcessor is not exported but is just an implementation detail of addSpanProcessor, there doesn't seem to be a way to use NodeSdk with multiple span processors.
Describe the solution you'd like
Export MultiSpanProcessor for use.
Describe alternatives you've considered
Can add an array field accepting multiple span processors in NodeSdk. It seems complicated given the fields there already are (there is already tension between the incompatible traceExporter and spanProcessor fields.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
NB: Before opening a feature request against this repo, consider whether the feature should/could be implemented in the other OpenTelemetry client libraries. If so, please open an issue on opentelemetry-specification first.
Is your feature request related to a problem? Please describe.
NodeSdk
accepts a single span processor, and because MultiSpanProcessor is not exported but is just an implementation detail ofaddSpanProcessor
, there doesn't seem to be a way to useNodeSdk
with multiple span processors.Describe the solution you'd like
Export
MultiSpanProcessor
for use.Describe alternatives you've considered
Can add an array field accepting multiple span processors in
NodeSdk
. It seems complicated given the fields there already are (there is already tension between the incompatibletraceExporter
andspanProcessor
fields.Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: