mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-09 23:24:05 -08:00
Merge pull request #14499 from prometheus/rw1.0-clarify-deprecation
clarify that 1.0 will eventually be deprecated, it is not yet deprecated
This commit is contained in:
commit
3ee42e197a
|
@ -1085,8 +1085,9 @@ func (m RemoteWriteProtoMsgs) String() string {
|
||||||
}
|
}
|
||||||
|
|
||||||
var (
|
var (
|
||||||
// RemoteWriteProtoMsgV1 represents the deprecated `prometheus.WriteRequest` protobuf
|
// RemoteWriteProtoMsgV1 represents the `prometheus.WriteRequest` protobuf
|
||||||
// message introduced in the https://prometheus.io/docs/specs/remote_write_spec/.
|
// message introduced in the https://prometheus.io/docs/specs/remote_write_spec/,
|
||||||
|
// which will eventually be deprecated.
|
||||||
//
|
//
|
||||||
// NOTE: This string is used for both HTTP header values and config value, so don't change
|
// NOTE: This string is used for both HTTP header values and config value, so don't change
|
||||||
// this reference.
|
// this reference.
|
||||||
|
|
|
@ -19,7 +19,7 @@ remote_write:
|
||||||
protobuf_message: "io.prometheus.write.v2.Request"
|
protobuf_message: "io.prometheus.write.v2.Request"
|
||||||
```
|
```
|
||||||
|
|
||||||
or for deprecated Remote Write 1.0 message:
|
or for the eventually deprecated Remote Write 1.0 message:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
remote_write:
|
remote_write:
|
||||||
|
|
Loading…
Reference in a new issue