Monitoring with Grafana

What is Grafana?

Grafana's central function is the visualization of data. Grafana is often used for monitoring applications and supports the three pillars of observability: metrics, logging, and tracing, but it can also be used to display static data in relational databases.

The captured raw data can be combined into so-called Dashboards .

Open Grafana

Click on the "Monitoring" item in the title bar

Grafana dashboards

The following dashboards were prepared for Eliona with Grafana:

  • Eliona docker container & host monitor / logs: Basic metrics (RAM, CPU, Net) of the host and the Eliona containers, as well as log records.

  • Eliona docker container & host monitor: Basic metrics (RAM, CPU, Net) of the Eliona containers.

  • Eliona logs: Eliona logs with filters

  • Go runtime dashboard: Metrics of the Go parts of Eliona (services developed with Golang)

Was this helpful?