metrics-rs / metrics

A metrics ecosystem for Rust.
MIT License
1.14k stars 158 forks source link

Does metrics-exporter-prometheus support remote write feature? #540

Open taikulawo opened 4 weeks ago

taikulawo commented 4 weeks ago

Hi, We are multiple process arch app. If many process bind to same prometheus server port, OS will report port already in use. https://prometheus.io/docs/specs/remote_write_spec/

Our infra team don't want to deploy push_gateway, so we have to send metrics manually.

tobz commented 4 weeks ago

👋🏻

metrics-exporter-prometheus currently does not support the Remote Write specification. I'd be open to reviewing a PR adding support for this feature.

taikulawo commented 4 weeks ago

wow,thankyou