All Projects → samber → grafana-flamegraph-panel

samber / grafana-flamegraph-panel

Licence: MIT license
📊 Flame graph panels for Grafana

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

[WIP] Grafana Flamegraph Panel

Building flame graphs

Flame Graph Example

Please read Brendan Gregg's post

Demo

Grafana live demo

To generate metrics on the "demo" service (docker samber/node-promfiler-demo), a cronjob executes requests on API regulary.

You will see some pow() calls in the graph.

Live profiling

Prometheus + NodeJS

Prometheus exporter: Promfiler

$ npm install -g promfiler
$ promfiler app.js

Credits

This Grafana panel is based on the great library d3-flamegraph, wrote by Spiermar. 👏 👏

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].