Is your feature request related to a problem? Please describe.
Problem is storing perfdata in a Prometheus-compatible storage (Victoriametrics, Cortex, Thanos, Mimir etc) for it to be compatible with other monitoring tools while being cost-efficient.
Describe the solution you'd like
Native Prometheus remote protocol writer, similar to InfluxDB and OpenTSDB perfdata writers.
Describe alternatives you've considered
As of now I employ workaround consisting of writing with InfluxDB writer to the vmagent tool of Victoriametrics suite. It works fine most of the time, but data model is different and it might name and store things in somewhat awkward way due to conversion.
Additional context
https://prometheus.io/docs/concepts/remote_write_spec/
https://github.com/google/snappy/tree/main
https://github.com/prometheus/compliance/tree/main/remote_write_sender
Is your feature request related to a problem? Please describe.
Problem is storing perfdata in a Prometheus-compatible storage (Victoriametrics, Cortex, Thanos, Mimir etc) for it to be compatible with other monitoring tools while being cost-efficient.
Describe the solution you'd like
Native Prometheus remote protocol writer, similar to InfluxDB and OpenTSDB perfdata writers.
Describe alternatives you've considered
As of now I employ workaround consisting of writing with InfluxDB writer to the vmagent tool of Victoriametrics suite. It works fine most of the time, but data model is different and it might name and store things in somewhat awkward way due to conversion.
Additional context
https://prometheus.io/docs/concepts/remote_write_spec/
https://github.com/google/snappy/tree/main
https://github.com/prometheus/compliance/tree/main/remote_write_sender