Skip to content

Commit

Permalink
Tutorial 09: README.md update
Browse files Browse the repository at this point in the history
  • Loading branch information
mspiez committed Jul 28, 2024
1 parent 6531064 commit 0747ec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 09-Telegraf-and-Grafana/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Collecting metrics using Telegraf and Prometheus is great, but without proper visualization it is not that useful.
Obviously using prometheus query language(promQL) can be used directly form Prometheus instance, but still it is much more intuitive to use Grafana UI.

In this tutorial, metrics like uptime, CPU, memory, interfaces are being collected from R1 and R2, passed to Prometheus and finally presented in Grafana UI. There not much more work to be done then just run following command:
In this tutorial, metrics like uptime, CPU, memory, interfaces are being collected from R1 and R2, passed to Prometheus and finally presented in Grafana UI. There is not much more work to be done then just run the following command:

```
$ docker-compose up
Expand Down

0 comments on commit 0747ec2

Please sign in to comment.