Blip Docs
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

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.

Quick Reference

sinks:
  prom-pushgateway:
    addr: "http://127.0.0.1:9091"

Options

addr

Valid valuesURL
Default valuehttp://127.0.0.1:9091

URL to push metrics to. “http://” prefix required.