Dashboards

How the growing Grafana Observability team restructured themselves successfully

Over the past year, Grafana Labs has grown from 300 to 700 Grafanistas. Moving forward, we expect to continue to maintain a high rate of change, and to sustain that, we need to ensure there is flexibility in how our teams* are set up. The majority of our Engineering squads have changed in size and structure — and the same goes for the Grafana Observability team, where I work.

Effective Dashboards to Jump Start Your IT Monitoring Initiatives

Earlier this year ‘MIT Center For Information Systems Research’ released a new research report on effectively using dashboards to jump-start your digital transformation initiatives. The research team found that companies with top quartile dashboard effectiveness significantly outperformed bottom-quartile companies on internal and external measures of performance. The topics discussed in this report apply well to IT monitoring initiatives as well.

An introduction to trace sampling with Grafana Tempo and Grafana Agent

Greetings friends, one and all! Over here on the Field Engineering team, we’re often asked about tracing. Two questions that come up frequently: Do I need to sample my traces? and How do I sample my traces? The folks asking are usually using tracing stores where it’s simply not possible to store all of the traces being generated. Those are great questions and the answers depend on a few different factors.

New in Grafana 8.5: How to jump from traces to Splunk logs

The recent release of Grafana 8.5 marks the start of enabling the jump from traces directly to Splunk logs. It’s a big leap that now allows you to draw a straight line between your traces — whether they are coming from Tempo, Zipkin, or Jaeger — to even more third-party logging data, all from the comfort of your traces view. Previously, the Grafana trace to logs enablement included only Loki logs.

Monitoring next-generation maritime vessels at Royal IHC with Grafana Cloud

With a storied past in Dutch maritime history, Royal IHC is known for delivering reliable, integrated solutions for their customers. These clients rely on sophisticated vessels to create new ports, maintain navigable waters, clean up pollution, and slow shoreline erosion through the process of dredging, which involves removing sediment and debris from the water.

Monitoring Azure Stack HCI with SCOM 2022

SCOM 2022 has been recently made GA and I, coming from a SCOM background, was pretty interested in checking out the latest SCOM product. Luckily, Azure Stack HCI management packs were recently released too, so it was as if the stars had lined up for me to drop everything else and check out this new management pack with SCOM 2022. And that is exactly what I did!

How to explore and query your data with Discover

Kibana is your window into the Elastic Stack. It enables you to query the data that sits in Elasticsearch. In this video, you will learn how to search and explore your data using Discover's Document Explorer. You will see how you can search your data using Kibana Query Language, or KQL and export the results to a CSV file.

Introducing the official ClickHouse plugin for Grafana

We are delighted to introduce the new first-party ClickHouse plugin for Grafana, developed by Grafana in collaboration with ClickHouse. Grafana is committed to continuing our partnership and maintaining this plugin, and we’re excited to add more features and to grow with ClickHouse. But why Grafana + ClickHouse?

What is Kibana? (Updated Guide For 2022)

Kibana is a popular user interface used for data visualisation and for creating detailed reporting dashboards. This piece of software notably makes up a key part of the Elastic Stack alongside Elasticsearch and the extract, transform and load (ETL) tool, Logstash. In this comprehensive introduction to Kibana, we are covering all of the basics that you will need to know as a user considering using Kibana for your log data visualisation and reporting needs.

How to capture Spring Boot metrics with the OpenTelemetry Java Instrumentation Agent

In a previous blog post, Adam Quan presented a great introduction to setting up observability for a Spring Boot application. For metrics, Adam used the Prometheus Java Client library and showed how to link metrics and traces using exemplars. However, the Prometheus Java Client library is not the only way to get metrics out of a Spring Boot app. One alternative is to use the OpenTelemetry Java instrumentation agent for exposing Spring’s metrics directly in OpenTelemetry format.