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

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

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

Properties

Versions 1.0.0, 1.1.0, 1.2.0, 1.3.0, 1.3.1, 1.3.1, 1.3.2
Change log None available
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:02Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees