prom-pushgateway
The prom-pushgateway sink is new as of Blip v1.1.0 and experimental. Use with caution.
The prom-pushgateway sink makes Blip act like a Prometheus Pushgateway. It uses Prometheus domain translation, so it only works with compatible domains.
Currently, this sink is intended to work with Vector by Datadog.
Therefore, it uses only POST
and the text (exposition) protocol; it does not use RPC with protos.
sinks:
prom-pushgateway:
addr: "http://127.0.0.1:9091"
Valid values | URL |
Default value | http://127.0.0.1:9091 |
URL to push metrics to. “http://” prefix required.