Operations | Monitoring | ITSM | DevOps | Cloud

How Not to Fail at Data Visualization

Grafana, with its huge amount of data sources and plugins, has all the capabilities one needs to create accurate graphs. Although creating dashboards is easy, interpreting each panel is hard if it’s not correctly visualised. Misinterpretation is one of the most common causes of wrong conclusions that make us hunt ghosts during debugging sessions. There are many common pitfalls which we can avoid if we follow some rules.

GrafanaCon EU 2018: The Design of IFQL, the New Influx Functional Query Language

The new InfluxDB query language is functional in nature. Conceptually it looks like D3 or jQuery. Functions are chained off each other. This gives greater flexibility for what the language can do and opens up new possibilities for UI builders. This talk will cover the details of the language and user interface ideas that can pair up nicely with it. We'll look at query examples that perform math on metrics, interpolation, and similarity measures.