mirror of https://github.com/statping/statping
Updated Prometheus Exporter (markdown)
parent
83160d95ce
commit
13587e8370
|
@ -9,6 +9,11 @@ scrape_configs:
|
||||||
- targets: ['statup:8080']
|
- targets: ['statup:8080']
|
||||||
```
|
```
|
||||||
|
|
||||||
|
# Grafana Dashboard
|
||||||
|
Statup has a [Grafana Dashboard](https://grafana.com/dashboards/6950) that you can quickly implement if you've added your Statup service to Prometheus. Import Dashboard ID: `6950` into your Grafana dashboard and watch the metrics come in!
|
||||||
|
|
||||||
|
<p align="center"><img width="80%" src="https://img.cjx.io/statupgrafana.png"></p>
|
||||||
|
|
||||||
### `/metrics` Output
|
### `/metrics` Output
|
||||||
```
|
```
|
||||||
statup_total_failures 206
|
statup_total_failures 206
|
||||||
|
|
Loading…
Reference in New Issue