Skip to content

PyraScope/uptime-scope

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Uptime Scope

A Prometheus Exporter for Uptime Monitoring

Running agent:

go mod tidy
go run main.go

Metrics:

http://localhost:8181/metrics

Prometheus.yml example:

scrape_configs:
  - job_name: 'uptime_scope'
    scrape_interval: 30s
    static_configs:
      - targets:
          - 'uptimescope-eu-west:8181'
          - 'uptimescope-us-east:8181'
          - 'uptimescope-asia:8181'

Contribution

Please check our Contributing Guide on how you can contribute.

Releases

No releases published

Packages

No packages published

Languages