> For the complete documentation index, see [llms.txt](https://docs.buildings.ability.abb/collection/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.buildings.ability.abb/collection/german/fur-entwickler/monitoring-with-grafana.md).

# Überwachung mit Grafana

## Was ist Grafana?

Die zentrale Funktion von Grafana ist die Visualisierung von Daten. Grafana wird häufig zur Überwachung von Anwendungen verwendet und unterstützt die drei Säulen der Observability: Metriken, Logging und Tracing, kann aber auch verwendet werden, um statische Daten in relationalen Datenbanken anzuzeigen.

Die erfassten Rohdaten können zu sogenannten [Dashboards](/collection/german/plattform/live-cockpit.md).

## Grafana öffnen

Klicken Sie in der Titelleiste auf den Eintrag "Monitoring".

## Grafana-Dashboards

Die folgenden Dashboards wurden für BuildingPro Suites mit Grafana vorbereitet:

<figure><img src="https://3489494878-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9GvUpaatBiReR43XFSMg%2Fuploads%2FWEX0oovcG04U29CfuIP8%2F73E90D38-26DA-4562-B6E2-A54699890A35.png?alt=media&#x26;token=438ff3fb-1d62-44f4-9c25-9652c940c78b" alt=""><figcaption></figcaption></figure>

* **BuildingPro Suites Docker-Container- und Host-Monitor / Protokolle**: Grundlegende Metriken (RAM, CPU, Netzwerk) des Hosts und der BuildingPro Suites-Container sowie Log-Protokolle.
* **BuildingPro Suites Docker-Container- und Host-Monitor:** Grundlegende Metriken (RAM, CPU, Netzwerk) der BuildingPro Suites-Container.
* **BuildingPro Suites-Protokolle:** BuildingPro Suites-Protokolle mit Filtern
* **Go-Runtime-Dashboard:** Metriken der Go-Anteile von BuildingPro Suites (Dienste, die mit Golang entwickelt wurden)

<figure><img src="https://3489494878-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9GvUpaatBiReR43XFSMg%2Fuploads%2FheYQeo1VzJ1kT1rQKKNg%2F079887AA-E79A-4FD4-A1B9-E86885A8BA24.png?alt=media&#x26;token=5a327495-ca65-46dc-8429-a7c2f5862b44" alt=""><figcaption></figcaption></figure>

<figure><img src="https://3489494878-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9GvUpaatBiReR43XFSMg%2Fuploads%2F6RBBDbBHPmtjf7YeA2qB%2F13F484D7-9CC7-4E75-94C4-E6C57BDE4370.png?alt=media&#x26;token=6f45aee9-ebc5-4228-89c5-d15d084b7b3b" alt=""><figcaption></figcaption></figure>

<figure><img src="https://3489494878-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9GvUpaatBiReR43XFSMg%2Fuploads%2F8QjNwdr2EGvi4p2llb9O%2FC126B128-0278-4E49-A5AE-00DB908C5388.png?alt=media&#x26;token=fd31f210-1b5e-4c32-bb34-c71a9fc6178c" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.buildings.ability.abb/collection/german/fur-entwickler/monitoring-with-grafana.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
