> For the complete documentation index, see [llms.txt](https://documentation.tjhsst.edu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.tjhsst.edu/technologies/monitoring/grafana.md).

# 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
```
