You've already forked Curso-lenguaje-python
Add prometheus_grafana test
This commit is contained in:
10
catch-all/05_infra_test/05_prometheus_grafana/prometheus.yml
Normal file
10
catch-all/05_infra_test/05_prometheus_grafana/prometheus.yml
Normal 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
|
||||
Reference in New Issue
Block a user