Skip to content

Usage

Use tracepusher in various contexts

Trace Kubernetes Jobs and CronJobs

See trace Kubernetes Jobs and Cronjobs for more information.

Standalone Binary

For most, this will be the preferred way to run tracepusher.

Download the relevant binary from the releases page on GitHub and execute.

See run tracepusher as a standalone binary for more information.

Docker

Use tracepusher as a Docker image

Docker CI-ready Image

tracepusher inside a Docker image w/ extra tools (eg. openssl).

Useful for running CI pipelines in container images.

Python

Run tracepusher as a Python script.

HAR File to OpenTelemetry Converter

This utility takes a .har file (HTTP Archive) as input, converts to OpenTelemetry and sends to the collector.

Go here for the HAR file to OpenTelemetry converter