jaeger-flamegraph: Generate flamegraphs from Jaeger .json dumps.
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
- jaeger-flamegraph-1.3.2.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
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 || >=0.15.0.0 && <0.16), QuickCheck (>=2.11.3 && <2.12 || >=2.12.6.1 && <2.13 || >=2.13.2 && <2.14), text (>=1.2.3.1 && <1.3) [details] |
Tested with | ghc ^>=8.4.4 || ^>=8.6.2 |
License | BSD-3-Clause |
Copyright | (c) 2018 Symbiont.io |
Author | Sam Halliday |
Maintainer | Sam Halliday |
Revised | Revision 1 made by fommil at 2019-07-31T11:24:07Z |
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-26T08:29:04Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Executables | jaeger-flamegraph |
Downloads | 2550 total (18 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-26 [all 1 reports] |