Open taikulawo opened 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.
👋🏻
metrics-exporter-prometheus currently does not support the Remote Write specification. I'd be open to reviewing a PR adding support for this feature.
metrics-exporter-prometheus
wow,thankyou
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.