diff --git a/Prometheus-Exporter.md b/Prometheus-Exporter.md index 5ba913d..ed7afb4 100644 --- a/Prometheus-Exporter.md +++ b/Prometheus-Exporter.md @@ -3,7 +3,8 @@ Statup includes a prometheus exporter so you can have even more monitoring power ```yaml scrape_configs: - job_name: 'statup' - bearer_token: MY API SECRET HERE + scrape_interval: 30s + bearer_token: 'SECRET API KEY HERE' static_configs: - targets: ['statup:8080'] ```