Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/usmangt/denog24
This repo contains the basic Grafana-Loki-Prometheus setup for the DENOG 16 2024 workshop
https://github.com/usmangt/denog24
docker grafana loki prometheus-metrics
Last synced: about 1 month ago
JSON representation
This repo contains the basic Grafana-Loki-Prometheus setup for the DENOG 16 2024 workshop
- Host: GitHub
- URL: https://github.com/usmangt/denog24
- Owner: usmangt
- Created: 2024-10-28T14:48:44.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-11-09T00:01:44.000Z (3 months ago)
- Last Synced: 2024-11-13T21:46:50.362Z (3 months ago)
- Topics: docker, grafana, loki, prometheus-metrics
- Homepage: https://grafana.com/
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DENOG 16 (2024) Workshop - Part 1
The aim of this workshop is to provide a hands-on experience with Grafana and how to use along with Loki and Prometheus. The environment is Docker based.
## Prerequisites
- Docker
- Docker Compose
- Git## Running the Demo
### Step 1: Clone the repository
```bash
git clone https://github.com/usmangt/denog24.git
```### Step 2: Deploy the monitoring stack
```bash
cd denog24
docker compose up -d
```### Step 3: Access Grafana Web UI
Open your browser and go to `http://YOUR-IP:3000`. This should show you the Web UI.Login as `admin` for both username and passowd.
### Step 4: Bringing down the deployment
```bash
docker compose down
```