grafana / mimir

Grafana Mimir provides horizontally scalable, highly available, multi-tenant, long-term storage for Prometheus.
https://grafana.com/oss/mimir/
GNU Affero General Public License v3.0
4.06k stars 516 forks source link

Add remote write protocol 2.0 support #9072

Open dimitarvdimitrov opened 1 month ago

dimitarvdimitrov commented 1 month ago

What should we do?

Prometheus added remote write protocol 2.0 experimental support in v2.54.0 (released on 2024-08-09). We should add the support in Mimir too.

How will we do it (roughly)?

Out of the scope of this work:

Size?

Between Medium (= ~1 month) and Large (= ~3 month).

What will we deliver?

What are the documentation dependencies?

Urgency?

Not urgent yet, but we can't lag too much behind Prometheus

jmichalek132 commented 1 month ago

FYI otel collector contrib has lfx mentorship project starting in September to add support in the remote write exporter for remote write 2.0. Tracking issue: https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/33661.