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

Remove references to Python in favour of binary #75

Closed agardnerIT closed 11 months ago

agardnerIT commented 11 months ago

Some pages: For example: https://agardnerit.github.io/tracepusher/reference/span-events/

Still contain references to running tracepusher as a Python file. Instead, all instructions should be using the binary form.

In other words, site wide, replace:

python ~/tracepusher/tracepusher.py \

With:

./tracepusher \
agardnerIT commented 11 months ago

Closed by #76