-
I would like to export traces using the otlp trace exporter. Now, this exporter uses opentelemetry-go/sdk/trace/span.go Line 33 in f39f16c In my use case the spans originate from a different tracing system and there is no way to record using your sdk unless you do a Linux kernel eBPF trace sdk version (now there'sa challenge). An important ramification is that my spans already have start and end times recorded outside the sdk. Is there a way to create the sealed ReadOnlySpans in a way where I can set the start and end times to the timestamps that were recorded outside the sdk? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Use the API. You can set a start/end timestamp there. |
Beta Was this translation helpful? Give feedback.
Use the API. You can set a start/end timestamp there.