Skip to content

Commit

Permalink
Merge pull request #108 from cypherpepe/patch-1
Browse files Browse the repository at this point in the history
Fix typos in monitoring.md
  • Loading branch information
remyroy authored Nov 24, 2024
2 parents dbe2181 + 2ab1efd commit 8b2ae74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions monitoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ Here are some good reasons why you might want to do monitoring on your machine:

We will install 3 tools with this guide: [Prometheus](https://prometheus.io/docs/introduction/overview/), [Node Exporter](https://prometheus.io/docs/guides/node-exporter/) and [Grafana](https://grafana.com/oss/grafana/).

**Prometheus** is an open-source systems monitoring project. It collects and stores different metrics in a specialized database. It provides all those metrics to any other tool who wants to query them in an flexible, efficient and easy way. In our setup, it will collect metrics from Node Exporter and optionally from Ethereum clients and it will provide them on-demand to Grafana.
**Prometheus** is an open-source systems monitoring project. It collects and stores different metrics in a specialized database. It provides all those metrics to any other tool who wants to query them in a flexible, efficient and easy way. In our setup, it will collect metrics from Node Exporter and optionally from Ethereum clients and it will provide them on-demand to Grafana.

**Node Exporter** is an open-source project that exposes your hardware and OS metrics. In our setup, it will provide your system metrics to Prometheus.

**Grafana** is a an open-source project used to visualize metrics. It can be used to create dashboards that easily show the metrics you are interested in. In our setup, it will query the metrics stored on Prometheus to show them in a browser with nice charts and diagrams.
**Grafana** is an open-source project used to visualize metrics. It can be used to create dashboards that easily show the metrics you are interested in. In our setup, it will query the metrics stored on Prometheus to show them in a browser with nice charts and diagrams.

![Monitoring - Overview](images/monitoring-overview.png)

Expand Down

0 comments on commit 8b2ae74

Please sign in to comment.