It would be awesome to have remote write receiver support in prom-label-proxy, so we are able to push metrics into Prometheus through prom-label-proxy which forces the label on all incoming metrics.
The endpoint that should be supported is /api/v1/write, docs can be found here.
I think this would be very nice. We recently implemented exactly this in the Observatorium API, so it's proof that doing so is relatively straightforward
It would be awesome to have remote write receiver support in prom-label-proxy, so we are able to push metrics into Prometheus through prom-label-proxy which forces the label on all incoming metrics.
The endpoint that should be supported is
/api/v1/write
, docs can be found here.