#pipeline #otlp #open-telemetry #test #data #logging #tool

app mustermann

Mustermann is test data for your OpenTelemetry pipeline

2 stable releases

new 7.0.0 Feb 28, 2025
6.0.0 Feb 28, 2025

#329 in Debugging

22 downloads per month

MIT license

240KB
107 lines

mustermann

CI

Mustermann is a CLI tool to generate random data to test OpenTelemetry pipelines .

Usage

Logging

Logging to stdout:

cargo run -- --log stdout

Logging to an OTLP backend (default endpoint is http://localhost:4317):

cargo run -- --log otlp

Logging to a custom OTLP endpoint:

cargo run -- --log otlp --otlp-endpoint http://other-host:4317

Set a custom log level via RUST_LOG (works for stdout and OTLP):

RUST_LOG=DEBUG cargo run -- --log stdout

License

MIT

Dependencies

~17–28MB
~401K SLoC