A Prometheus Exporter for Uptime Monitoring
go mod tidy
go run main.go
http://localhost:8181/metrics
scrape_configs:
- job_name: 'uptime_scope'
scrape_interval: 30s
static_configs:
- targets:
- 'uptimescope-eu-west:8181'
- 'uptimescope-us-east:8181'
- 'uptimescope-asia:8181'
Please check our Contributing Guide on how you can contribute.