Introducing "badtrace". Generate "bad" OpenTelemetry traces easily
dev.to·23h·
Discuss: DEV
Flag this post

TLDR: badtrace on GitHub

I needed a tool that would deliberately generate OpenTelemetry traces that were “bad”. I needed this for training, enablement and demo purposes so that I could easily fire a trace with a known issue into my Observability system and thus show “why it was bad” and “how it looks”.

Yes, tools like tracepusher and telemetrygen already exist, but they typically:

a) Generate “good” or “healthy” traces b) Generate single traces

Hence, “badtrace” was born.

It works based on “scenarios” (you can implement your own in a few lines of Python).

python app.py \
--endpoint=...

Similar Posts

Loading similar posts...