Callum Styan
Callum Styan
@Harkishen-Singh IIRC one of the main reasons was that modification of an existing WAL record type, such as Samples records, would have broken forwards/backwards compatibility between versions without some kind...
Yep, in the current version of rw2.0 we still duplicate the label symbol IDs since we create a `TimeSeries` proto per sample/exemplar/etc. but the overall problem is reduced a lot...
A few notes: - `entity` should be something like `type` to keep in line with other metric labels for things like WAL record types - `prometheus_remote_storage_bytes_total ` can't be split...
I'll put this on the review list for things we could change in 2.0, the 2.0 spec is more or less finalized but we can still review the metrics. Since...
Remote Write Sender users are not always also operators of the Receiver side as well, such as SaaS users.
> RW1 is deprecated? Where? Not yet deprecated, but we're not making a 1.1 so the changes made for 2.0 in the referenced PR do not need to also be...