Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ing-bank/prometheus-scenarios
- Owner: ing-bank
- License: mit
- Created: 2020-11-12T10:26:53.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-08T05:28:58.000Z (over 1 year ago)
- Last Synced: 2024-10-03T05:06:32.781Z (about 1 month ago)
- Topics: grafana, prometheus, promql
- Language: Go
- Homepage:
- Size: 473 KB
- Stars: 7
- Watchers: 5
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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