mirror of
https://github.com/prometheus/docs.git
synced 2026-02-05 15:45:27 +01:00
Added Experimental status, moved to 2.0-rc.0 version.
Signed-off-by: bwplotka <bwplotka@gmail.com>
This commit is contained in:
@@ -1,14 +1,16 @@
|
||||
---
|
||||
title: Prometheus Remote-Write Specification 2.0
|
||||
title: "[EXPERIMENTAL] Prometheus Remote-Write Specification 2.0"
|
||||
sort_rank: 4
|
||||
---
|
||||
|
||||
# Prometheus Remote-Write Specification
|
||||
|
||||
* Version: 2.0
|
||||
* Status: Proposed
|
||||
* Version: 2.0-rc.0
|
||||
* Status: **Experimental**
|
||||
* Date: May 2024
|
||||
|
||||
> NOTE: This is a release candidate for Remote-Write 2.0 specification. This means that this specification is currently in an experimental state--no major changes are expected, but we reserve the rights to break the compatibility if it's absolutely necessary, based on the early adopters' feedback. The potential feedback, questions and suggestions should be added as comments to the [PR with the open proposal](https://github.com/prometheus/proposals/pull/35).
|
||||
|
||||
The Remote-Write specification, in general, is intended to document the standard for how Prometheus and Prometheus Remote-Write compatible senders send data to Prometheus or Prometheus Remote-Write compatible receivers.
|
||||
|
||||
This document is intended to define a second version of the [Prometheus Remote-Write](./remote_write_spec.md) API with minor changes to protocol and semantics. This second version adds a new Proto Message with new features enabling more use cases and wider adoption on top of performance and cost savings. The second version also deprecates the previous Proto Message from a [1.0 Remote-Write specification](./remote_write_spec.md#protocol). Finally, this spec outlines how to implement backwards-compatible senders and receivers (even under a single endpoint) using existing basic content negotiation request headers. More advanced, automatic content negotiation mechanisms might come in a future minor version, if needed. For the rationales behind the 2.0 specification, see [the formal proposal](https://github.com/prometheus/proposals/pull/35).
|
||||
|
||||
Reference in New Issue
Block a user