Reader small image

You're reading from  Building IoT Visualizations using Grafana

Product typeBook
Published inJul 2022
PublisherPackt
ISBN-139781803236124
Edition1st Edition
Right arrow
Author (1)
Rodrigo Juan Hernández
Rodrigo Juan Hernández
author image
Rodrigo Juan Hernández

Rodrigo Juan Hernández is an electronic engineer passionate about IoT even before it existed. He has been working on tech for more than 18 years until now. For several years he has been focusing on the IoT ecosystem. He is currently giving consultation about IoT systems to clients around the world. He also produces content online about IoT and related subjects and the content is available on his blog, Youtube channel, and social networks - mainly LinkedIn. He also writes for companies that need good quality content about their products and services. His main objective nowadays is helping others to understand and implement IoT solutions.
Read more about Rodrigo Juan Hernández

Right arrow

What is Prometheus?

Prometheus is an open source monitoring and alerting system. It was developed by SoundCloud in 2012, but at the time of writing, it is a standalone project. So, it is entirely maintained by the community, independently of any company.

The main features of Prometheus are as follows:

  • It has a multidimensional data model, with metrics pairs in key/value form.
  • It uses a flexible query language called PromQL.
  • It collects metrics using pulls over HTTP. You can also push metrics using a push gateway.
  • You can build dashboards using the tools provided by Prometheus. However, in this book, you will learn how to use Grafana for that purpose.

The metric definition in Prometheus is the same one that we have been using throughout this book. It consists of pairs of keys and values that are delivered in a time sequence. These metrics are stored in a time-series database.

Architecture

Prometheus’s ecosystem has many components:

    ...
lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Building IoT Visualizations using Grafana
Published in: Jul 2022Publisher: PacktISBN-13: 9781803236124

Author (1)

author image
Rodrigo Juan Hernández

Rodrigo Juan Hernández is an electronic engineer passionate about IoT even before it existed. He has been working on tech for more than 18 years until now. For several years he has been focusing on the IoT ecosystem. He is currently giving consultation about IoT systems to clients around the world. He also produces content online about IoT and related subjects and the content is available on his blog, Youtube channel, and social networks - mainly LinkedIn. He also writes for companies that need good quality content about their products and services. His main objective nowadays is helping others to understand and implement IoT solutions.
Read more about Rodrigo Juan Hernández