The Prometheus monitoring system and time series database.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
prometheus/documentation/examples/remote_storage
Julius Volz aa3f2b7216 Generic write cleanups and changes. 10 years ago
..
README.md Generic write cleanups and changes. 10 years ago
server.go Generic write cleanups and changes. 10 years ago

README.md

Generic Remote Storage Example

This is a simple example of how to write a server to receive samples from the remote storage output.

To use it:

go build
remote_storage

...and then run Prometheus as:

./prometheus -storage.remote.address=localhost:1234