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 6 hours 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 (10 days ago)
- Default Branch: master
- Last Pushed: 2024-11-06T09:27:56.000Z (about 18 hours ago)
- Last Synced: 2024-11-06T10:44:39.055Z (about 17 hours ago)
- Topics: docker, grafana, loki, prometheus-metrics
- Homepage: https://grafana.com/
- Size: 5.86 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 grafana-beginner
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
```