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.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
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.6.0.1 && <0.7), extra (>=1.6.13 && <1.7), jaeger-flamegraph, optparse-applicative (>=0.14.3.0 && <0.15), QuickCheck (>=2.12.6.1 && <2.13), 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 |
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 2018-11-15T13:37:39Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Executables | jaeger-flamegraph |
Downloads | 2604 total (0 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 2018-11-15 [all 1 reports] |