conferences | speakers | series

Grafanalib - Dashboards as Code

home

Grafanalib - Dashboards as Code
FOSDEM 2018

A lightning-fast introduction to Grafanalib, a small Python library that lets you create dashboards as code.

Target audience for the library is people using and amending Grafana dashboards, but the underlying idea is of interest to anyone doing Ops or DevOps.

Grafanalib is an Open Source Python library that lets you create dashboards as code.

Once your dashboards are code you can check them in, PR them and have a CI/CD pipeline - GitOps!

Talk will cover:

  • Basic primitives in the library - YAxis, Graph, Tooltip and so on
  • Higher-level components such as QPSGraph
  • Build your own components such as a LatencyGraph or a REDRow.
  • How to deploy dashboards created using Grafanalib

Speakers: Bryan Boreham