# Grafana

**Grafana** (<https://grafana.com/>) is an open-source platform for analytics and monitoring.   Using multiple dats sources (like Prometheus), Grafana allows us to visualize metrics.  Their official repository is located [here](https://github.com/grafana/grafana) although we download our Grafana from the Ubuntu APT repositories.

Our CSL Grafana is located at <https://grafana.tjhsst.edu/> (only on the CSL network). &#x20;

## Installation

It is as simple as a

```bash
apt update && apt install grafana
```


---

# 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://documentation.tjhsst.edu/technologies/monitoring/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.
