# 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](https://de.wikipedia.org/wiki/Dashboard_\(Informationsmanagement\)) .

## Open Grafana

Click on the "Monitoring" item in the title bar

## Grafana dashboards

The following dashboards were prepared for Eliona with Grafana:

<figure><img src="/files/a5759be7cc2c528090d9206ad4a7062629c34a52" alt=""><figcaption></figcaption></figure>

* **Eliona docker container & host monitor / logs**: Basic metrics (RAM, CPU, Net) of the host and the Eliona containers, as well as log records.&#x20;
* **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)

<figure><img src="/files/1db4412491ce2a7251889270bc3d14d34143c654" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/4e087c3a3bfef744dc6520ec5484c47bcefd3f63" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/c18cf0108ba99121009d7f5be30f760306f4f7fb" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.buildings.ability.abb/collection/english-v14/documentation/more-functions/monitoring/monitoring-with-grafana.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
