> For the complete documentation index, see [llms.txt](https://wiki.tinkerhub.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.tinkerhub.org/activity-book/learning-activity/study-jam/monitoring-dashboards-with-grafana.md).

# Monitoring Dashboards with Grafana

**Name**: Monitoring Dashboards with Grafana

**Category**: DevOps, Backend Monitoring, Observability

**Type**: Study Jam

**Summary - oneliner**: A 1-day offline workshop to help learners build end-to-end monitoring dashboards using Prometheus and Grafana.

**Purpose**:\
To teach participants how to instrument applications, collect metrics, and visualize system performance using the Grafana observability stack.

**Core Concepts Coverage**:

* Prometheus fundamentals & metric scraping
* Flask API development & MariaDB persistence
* Prometheus instrumentation (latency, request count, etc.)
* Grafana dashboard creation
* Docker Compose deployment of full stack

**How**:

1. One-day offline hands-on jam
2. Build Flask + MariaDB app
3. Add Prometheus metrics
4. Visualize metrics in Grafana (15-panel dashboard)
5. Deploy stack with Docker Compose

**Expected Outcome**:

* Understand the monitoring pipeline
* Experience with instrumenting real services
* Create practical Grafana dashboards
* End-to-end observability setup using Docker

**How to Measure Impact**:

* Dashboard functionality
* Metrics instrumentation completeness
* Docker Compose deployment success
* Learner feedback

**Pre-event Checklist**:

* Share install guides (Docker, VS Code)
* Prepare base Flask repo
* Share Prometheus basics docs
* Create printable Grafana reference cards

**Post-event Checklist**:

* Final dashboard demo
* Share repo with completed setup
* Collect participant feedback
* Share DevOps/monitoring learning paths

**Curated by**: Anirudth, TOCH

**Ideal Audience**: Backend, DevOps, and system engineering beginners.

**Resource Links**:

* [Grafana Docs](https://grafana.com/docs/)
* [Prometheus Docs](https://prometheus.io/docs/)
* [Docker Compose](https://docs.docker.com/compose/)


---

# 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://wiki.tinkerhub.org/activity-book/learning-activity/study-jam/monitoring-dashboards-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.
