From b69b4f481f2e2cd694ea5e8959b21d12ce8e38fb Mon Sep 17 00:00:00 2001 From: George Krajcsovits Date: Fri, 1 Mar 2024 13:28:27 +0100 Subject: [PATCH] Deprecate metric cortex_distributor_sample_delay_seconds (#7516) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Deprecate the metric cortex_distributor_sample_delay_seconds cortex_distributor_sample_delay_seconds has served it's purpose in developing out of order ingestion, however the metric is not useful in a multi tenant environment. We'll remove it in 2.14 and may reintroduce it as a native histogram / tenant if needed later. Signed-off-by: György Krajcsovits --- CHANGELOG.md | 1 + docs/sources/mimir/configure/about-versioning.md | 2 ++ 2 files changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04a9f29153f..4f553c5aed9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -44,6 +44,7 @@ * [CHANGE] Store-gateway: Use a shorter TTL for cached items related to temporary blocks. #7407 * [CHANGE] Standardise exemplar label as "trace_id". #7475 * [CHANGE] The configuration option `-querier.max-query-into-future` has been deprecated and will be removed in Mimir 2.14. #7496 +* [CHANGE] Distributor: the metric `cortex_distributor_sample_delay_seconds` has been deprecated and will be removed in Mimir 2.14. #7516 * [FEATURE] Introduce `-server.log-source-ips-full` option to log all IPs from `Forwarded`, `X-Real-IP`, `X-Forwarded-For` headers. #7250 * [FEATURE] Introduce `-tenant-federation.max-tenants` option to limit the max number of tenants allowed for requests when federation is enabled. #6959 * [FEATURE] Cardinality API: added a new `count_method` parameter which enables counting active label values. #7085 diff --git a/docs/sources/mimir/configure/about-versioning.md b/docs/sources/mimir/configure/about-versioning.md index bd7e0f4b7f5..4b9f6523842 100644 --- a/docs/sources/mimir/configure/about-versioning.md +++ b/docs/sources/mimir/configure/about-versioning.md @@ -184,6 +184,8 @@ The following features or configuration parameters are currently deprecated and The following features or configuration parameters are currently deprecated and will be **removed in Mimir 2.14**: +- Distributor + - the metric `cortex_distributor_sample_delay_seconds` - Ingester - `-ingester.return-only-grpc-errors` - Ingester client