prometheus/documentation/examples/remote_storage
Julius Volz b5163351bf Simplify and fix remote write example
After removing gRPC, this can be simplified again. Also, the
configuration for the remote storage moved from flags to the config
file.
2016-10-05 17:53:01 +02:00
..
README.md Simplify and fix remote write example 2016-10-05 17:53:01 +02:00
server.go Simplify and fix remote write example 2016-10-05 17:53:01 +02:00

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 add the following to your prometheus.yml:

remote_write:
  url: "http://localhost:1234/receive"

Then start Prometheus:

./prometheus