agardnerIT / tracepusher

Generate and push OpenTelemetry Trace data to an OTEL collector in JSON format
Apache License 2.0
53 stars 11 forks source link

Ability to specify span start time #82

Closed agardnerIT closed 8 months ago

agardnerIT commented 8 months ago

Add the (optional) ability for users to define a start time.

To avoid time / timezone / DST conversion issues, the two allowed formats will be:

agardnerIT commented 8 months ago

Completed in #84 @dant3s FYI