package
1.5.2
Repository: https://github.com/cevian/prometheus.git
Documentation: pkg.go.dev

# README

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