Ariel Valentin
Ariel Valentin
@kaylareopelle Is this of interest to you?
I have added some details to an issue for reviewers: https://github.com/open-telemetry/opentelemetry-ruby/issues/1766 My concern here is that switching to using Immutable Arrays results in additional object allocations per `attach` and `detach`....
The OTel Collector is the most appropriate place to customize spans. https://opentelemetry.io/docs/collector/transforming-telemetry/ https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/processor/spanprocessor
Going to summarize our conversation from slack. Here are a few things I would like for us to consider: - The sanitizer does not work when comments appear first. We...
@xuan-cao-swi we have a bit of a special use case. We have patched the otel-sdk to export spans in worker processes during a shutdown. The worker eventually kills the process...
@lauraway do you think you will have time to work on this?