Operations | Monitoring | ITSM | DevOps | Cloud

Why InfluxDB is Building Flux, a new scripting and query language

The new Flux (formerly IFQL) super-charges queries both for analytics and data science. Get an overview of the language features as well as the moving parts for a working deployment. Grafana shares Flux’s passion for analytics and data science. For that reason, they are very excited to showcase the new Flux support within Grafana, and a couple of common analytics use cases to get the most out of your data.

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.