Updated Prometheus Exporter (markdown)

master
Hunter Long 2018-07-12 14:14:52 -07:00
parent a25810474a
commit 83160d95ce
1 changed files with 2 additions and 1 deletions

@ -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']
```