1 page matching "Telegraf"

C Configure Grafana to pull metrics from Prometheus

April 18, 2020 — 4 Min Read

Grafana is a great tool to create dashboards to visualize data, it can use different sources to pull data from. In this article we’re going to use Prometheus for this role.

We won’t investigate all the features of it, for example it can be used for alerting as well, but in this post we’re going to use it simply as a data source.

We’re going to setup the whole stack using docker-compose. For the impatient the code is in a github repo.