prometheus/documentation/examples/remote_storage_generic
Brian Brazil 36d2c4bd0b Add generic write path using grpc.
This uses a new proto format, with scope for multiple samples per
timeseries in future. This will allow users to pump samples out to
whatever they like without having to change the core Prometheus code.

There's also an example receiver to save users figuring out the
boilerplate themselves.
2016-08-30 17:19:18 +02:00
..
README.md Add generic write path using grpc. 2016-08-30 17:19:18 +02:00
server.go Add generic write path using grpc. 2016-08-30 17:19:18 +02:00

README.md

Generic Remote Storage Example

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

To use it:

go build
remote_storage_generic

and then run Prometheus as:

./prometheus -storage.remote.generic-url http://localhost:1234/remote