Description
Generate flamegraphs from Jaeger .json dumps.
Description
This is a small tool to convert JSON dumps obtained from a Jaeger server (https://www.jaegertracing.io/) into a format consumable by FlameGraph.
First download the traces for your SERVICE limiting to LIMIT traces
$ curl http://your-jaeger-installation/api/traces?service=SERVICE&limit=LIMIT > input.json
using the undocumented Jaeger API then use jaeger-flamegraph
to convert the data and send to flamegraph.pl
$ jaeger-flamegraph -f input.json | flamegraph.pl > output.svg