jaeger-flamegraph: Generate flamegraphs from Jaeger .json dumps.

[ bsd3, library, program, testing ] [ Propose Tags ]

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

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 1.0.0, 1.1.0, 1.2.0, 1.3.0, 1.3.1, 1.3.2
Dependencies aeson (>=1.4.1.0 && <1.5), base (>=4.11.1.0 && <4.12 || >=4.12.0.0 && <4.13), bytestring (>=0.10.8.2 && <0.11), containers (>=0.5.11.0 && <0.6 || >=0.6.0.1 && <0.7), extra (>=1.6.13 && <1.7), jaeger-flamegraph, optparse-applicative (>=0.14.3.0 && <0.15), QuickCheck (>=2.11.3 && <2.12 || >=2.12.6.1 && <2.13), text (>=1.2.3.1 && <1.3) [details]
License BSD-3-Clause
Copyright (c) 2018 Symbiont.io
Author Sam Halliday
Maintainer Sam Halliday
Category Testing
Bug tracker https://github.com/symbiont-io/jaeger-flamegraph/pulls
Source repo head: git clone https://github.com/symbiont-io/jaeger-flamegraph
Uploaded by fommil at 2019-07-25T16:40:12Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables jaeger-flamegraph
Downloads 2463 total (17 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2019-07-25 [all 1 reports]