Operations | Monitoring | ITSM | DevOps | Cloud

GrafanaCONline: Strava: the Venn diagram of observability

In the era of services architecture, reliability engineering, and container orchestration, the word “observability” is widely used but rarely clearly defined. What is “observability” really? Of the various observability concepts and tools, what are the distinctions and overlaps in various technologies?

GrafanaCONline Day 1 recap: Opening keynote with Grafana Labs leadership

GrafanaCONline is live! We hope you’re able to catch the great sessions we have planned over the next couple of weeks. The conference kicked off yesterday with a keynote from Grafana creator Torkel Ödegaard, Grafana Labs CEO Raj Dutt, and VP of Product (and Cortex co-creator) Tom Wilkie.

GrafanaCONline: Fillet your herrings using Grafana

Datask, founded in 2019, has been using Grafana to monitor real time production results for one of the largest fishery companies in the Netherlands. This company has developed its own automatic Fillet machine, which is unique for the fishery industry. These machines will be exported to several countries in the world. We are using industrial IOT technology to monitor these machines and present performance figures to various stakeholders.

An (only slightly technical) introduction to Loki, the Prometheus-inspired open source logging system

Every application creates logs. Web servers, firewalls, services on your Kubernetes clusters, public cloud services, and more. For companies, being able to collect and analyze these logs is crucial. And the growing popularity of microservices, IoT, cybersecurity, and cloud has brought an explosion of new types of log data. That’s why log management is a huge $2-billion-plus market that’s growing 14% YoY.

Getting started with Grafana Loki on Google Kubernetes Engine - under 5 minutes.

Introducing Loki by Grafana, a new logging backend, optimized for users running Prometheus and Kubernetes. Loki is a great match with Grafana for searching, visualizing and exploring your logs natively. Loki is the latest 100% open source project from the team at Grafana Labs.

Grafana 7.0 sneak peek: Inspect drawer lets you get raw data and download as CSV

Grafana v7.0 is coming soon! Here’s another sneak peek of one of its features: the inspect drawer. The inspect drawer is a feature that every panel will support, including internal as well as external community plugins. In this new drawer, you will be able to view the raw data in a table format, apply some predefined transformations, and download as CSV. “Download as CSV” previously only existed as a custom feature for the Graph & Table panel.

Grafana 7.0 preview: New image renderer plugin to replace PhantomJS

Many Grafana users export images of their dashboard panels. This feature powers the ability to receive alerts with a rendered image of the panel attached, which is valuable for quickly spotting if something is about to go sideways in production. Since Grafana v2.0, when support for server-side rendering of dashboard panels as images was introduced, PhantomJS has served as the built-in image renderer that enables this feature.

How isolation improves queries in Prometheus 2.17

There are instances in life when isolation is actually welcome. One of those instances pertains to the I in the acronym ACID, which outlines the key properties necessary to maintain the integrity of transactions in a database. The time series database (TSDB) embedded in the Prometheus server has the C (consistency), the D (durability), and – somewhat debatable – the A (atomicity). But up until and including Prometheus v2.16, it did not have the I (isolation).