mirror of https://github.com/statping/statping
Updated Prometheus Exporter (markdown)
parent
a25810474a
commit
83160d95ce
|
@ -3,7 +3,8 @@ Statup includes a prometheus exporter so you can have even more monitoring power
|
||||||
```yaml
|
```yaml
|
||||||
scrape_configs:
|
scrape_configs:
|
||||||
- job_name: 'statup'
|
- job_name: 'statup'
|
||||||
bearer_token: MY API SECRET HERE
|
scrape_interval: 30s
|
||||||
|
bearer_token: 'SECRET API KEY HERE'
|
||||||
static_configs:
|
static_configs:
|
||||||
- targets: ['statup:8080']
|
- targets: ['statup:8080']
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue