Add prometheus_grafana test

This commit is contained in:
2024-08-09 01:20:19 +02:00
parent 17a7e04180
commit 40fad6bae8
8 changed files with 381 additions and 9 deletions

View File

@@ -0,0 +1,10 @@
global:
scrape_interval: 15s # when Prometheus is pulling data from exporters etc
evaluation_interval: 30s # time between each evaluation of Prometheus' alerting rules
scrape_configs:
- job_name: app # your project name
static_configs:
- targets:
- app:8000