/jaeger-flamegraph

Generate flamegraphs from Jaeger .json dumps

Primary LanguageHaskellBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Build Status

Visualise Jaeger tracing data as a flamegraph.

For example, the HotROD demo can be visualised as

curl "http://localhost:16686/api/traces?service=frontend" | \
  jaeger-flamegraph | \
  flamegraph.pl > frontend.svg

hotrod demo

To install, use the cabal-install tool (get it from ghcup or your operating system's package manager) and type

cabal new-update
cabal new-install jaeger-flamegraph

There is no need to clone this repository.

Further documentation in jaeger-flamegraph.cabal or with the --help.