dylibso / observe-sdk

Continuous runtime observablity SDKs to monitor WebAssembly code.
https://dev.dylibso.com/docs/observe/overview
Apache License 2.0
156 stars 7 forks source link

go: Allow trace ID to be configured #131

Open zshipko opened 11 months ago

zshipko commented 11 months ago

For integration with existing traces, we should figure out how to allow the caller to provide a trace ID that can be used instead of generating one. This is primarily for the go otel adapter, but a more generic solution would be nice.