Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add remote write protocol 2.0 support #9073

Closed
pstibrany opened this issue Aug 22, 2024 · 1 comment
Closed

Add remote write protocol 2.0 support #9073

pstibrany opened this issue Aug 22, 2024 · 1 comment

Comments

@pstibrany
Copy link
Member

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.

Spec: https://prometheus.io/docs/specs/remote_write_spec_2_0/

How will we do it (roughly)?

  • Add remote write 2.0 support in Mimir distributors
  • Backport all (applicable) optimizations we did to remote write 1.0 (un)marshalling
  • Compare performance between remote write 1.0 and 2.0
  • Allow to enable 2.0 support on a per-tenant basis

Out of the scope of this work:

  • Change data format between distributors and ingesters / Kafka (keep using protocol 1.0 format). This should be a follow up deliverable.
@pstibrany
Copy link
Member Author

Duplicate of #9072

@pstibrany pstibrany marked this as a duplicate of #9072 Aug 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant