prometheus/documentation/examples/remote_storage_generic/README.md

18 lines
307 B
Markdown
Raw Normal View History

## 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
```