Operations | Monitoring | ITSM | DevOps | Cloud

Latest Posts

Grafana meetup recap: SLO tips, Agrology's IoT monitoring setup, and wide time series format

Last week at Grafana Labs, we launched our new Grafana Meetup Program with our East Coast Virtual Meetup. It was a ton of fun bringing together the community for this first event in our meetup series, but the road to getting here has been quite a journey! As a community-driven company, going more than a year without any in-person events has been pretty rough on all of us Grafanistas.

What's new in Grafana 8.1: Geomap panel

The Worldmap panel in Grafana is an existing feature in OSS that has been widely used, but it has some limits that weren’t easily fixed. Now with the release of Grafana v8.1 , we have introduced an upgrade to the Worldmap panel with the new Geomap panel visualization that allows you to view and customize a world map using geospatial data, all while sharing the same infrastructure with our core UI.

Streaming real-time sensor data to Grafana using MQTT and Grafana Live

Within the world of robotics and automation one of the most recurring needs is that of capturing and visualizing real-time data from hardware components such as sensors and actuators, which provide insights into how a system is behaving overall and helps diagnose any potential issues that might arise overtime.

A guide to deploying Grafana Loki and Grafana Tempo without Kubernetes on AWS Fargate

At Seniorlink, we provide services and technology to support families caring for their loved ones at home. In the past two years we’ve expanded our programs across the United States, and so our need to observe our application systems has grown too.

Grafana Community Plugin Showcase: August 2021

The power of community makes Grafana one of the most composable platforms for monitoring and observability across a wide variety of use cases. The Grafana Plugin Directory features not just plugins created by our team here at Grafana Labs, but by Grafana community members all over the world. It’s the best place to browse for new data source integrations, panels, and applications you can install on your dashboard to extend Grafana’s functionality.

New in Loki 2.3: LogQL pattern parser makes it easier to extract data from unstructured logs

Writing LogQL queries to access Loki’s log data just got easier, thanks to the new pattern parser released with Loki 2.3. It makes writing queries for unstructured log formats simple. And the pattern parser can be an order of magnitude faster than the regular expression parser. Let’s take a closer look.

Grafana 8.1 released: New Geomap and Annotations panels, updated plugin management, and more

We are excited to announce the release of Grafana 8.1. This release builds upon our promise of a composable, open observability platform with new visualizations and dynamic panel configuration options while extending the functionality we launched in Grafana 8.0. Get 8.1 You can get started with Grafana in minutes with Grafana Cloud. We have free and paid Grafana Cloud plans to suit every use case — sign up for free now. And now, on to the highlights for 8.1.

How to use PromQL joins for more effective queries of Prometheus metrics at scale

We recently heard that a customer, a power user of Prometheus, was grappling with 18,000 individual rules for its metrics, because its setup involved creating an individual rule group for each generated metric. Surely there was a better, more efficient way to handle this scale of metrics? In fact, we did come up with a solution, and this blog post will walk you through how you might benefit from it too.