Skip to content

metalmatze/up

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UP

UP is a simple client that makes Prometheus remote-write requests. The client writes the specified metric at the chosen interval. The value of the metric will always be the current timestamp in milliseconds.

Build Status

Getting Started

The easiest way to begin making remote write requests is to run the UP container. For example, to report an up metric every 10 seconds, run:

docker run --rm -p 8080:8080 quay.io/observatorium/up --endpoint=https://example.com/api/v1/receive --period=10s

Note that the metric name and labels are customizable. For example, to report a metric named foo with a custom bar label, run:

docker run --rm -p 8080:8080 quay.io/observatorium/up --endpoint=https://example.com/api/v1/receive --period=10s --name foo --labels 'bar="baz"'

About

simple Prometheus remote-write client

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Go 98.3%
  • Dockerfile 1.7%