# Metric Monitoring

### Popular Option: Prometheus

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

### 4 Key components:

* The TSDB (time series database) actually stores the billions of individual measurements of things like page load time
* The "retrieval" section takes data from various places, like parsing them from log messages or measuring how long individual jobs took, and puts them in the database
* The alert manager sends notifications to the relevant people when INCIDENT
* The web UI is primary used to understand the metrics alerted someone has been alerted of a fault


---

# 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.arkannis.net/general-concepts/devops/metric-monitoring.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.
