From 83160d95ce69ff8117c6fd90cd059d9b1213e6bd Mon Sep 17 00:00:00 2001 From: Hunter Long Date: Thu, 12 Jul 2018 14:14:52 -0700 Subject: [PATCH] Updated Prometheus Exporter (markdown) --- Prometheus-Exporter.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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'] ```