Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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