Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ing-bank/prometheus-scenarios

This repo contains a collection of learning scenarios. Each scenario is meant to teach a topic through explanation and practical exercices.
https://github.com/ing-bank/prometheus-scenarios

grafana prometheus promql

Last synced: 18 days ago
JSON representation

This repo contains a collection of learning scenarios. Each scenario is meant to teach a topic through explanation and practical exercices.

Awesome Lists containing this project

README

        

# Prometheus Scenarios

This repo contains a collection of learning scenarios. Each scenario is meant to teach a topic through explanation and practical exercises.

Currently available scenarios:
- the [PromQL](promql/README.md) scenario is meant to teach how to use Grafana and PromQL to create dashboards

## How to add scenarios

A scenario is created in a folder at the top level of the repository and it should contain:
- instructions on how to run the learning environment locally
- as many scripts as possible to facilitate installation
- chapters focused on a topic with examples, exercises and related solutions