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

har-to-otel: Try to use local tracepusher.py before PATH #88

Closed agardnerIT closed 8 months ago

agardnerIT commented 8 months ago

har-to-otel.py should first attempt to use a copy of tracepusher.py located in the same directory. If not found (anticipated to be most of the time) then har-to-otel should attempt to use the PATH version of tracepusher (ie. the standalone binary).

agardnerIT commented 8 months ago

https://github.com/agardnerIT/tracepusher/commit/d46401a1a3f1b09cd3d19fd1ad8b55db8e02bc7a completed