Skip to content

Prometheus remote writer #9900

@p4k8

Description

@p4k8

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

Metadata

Metadata

Assignees

Labels

area/metricsGeneral metrics handlingenhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions