tracepusher
tracepusher copied to clipboard
Generate and push OpenTelemetry Trace data to an OTEL collector in JSON format
It is very common in legacy environments (ie. those not using traces) for correlation IDs to be added to log line entries. (Human) operators can then search their logging software...
The community makes or breaks tracepusher. They are the ones driving the product, talking about it and spreading the word. We should thank them for their efforts! Create a page...
There is a Kubernetes plugin called `kubectl otel` which invokes tracepusher. https://github.com/agardnerit/kubectl-otel Document this
It would be good to have an example of tracing a powershell script with tracepusher Here's a shell example if it helps to build the Powershell one: https://github.com/agardnerIT/tracepusher/blob/main/samples/script.sh