Skip to content

Commit

Permalink
Deprecate metric cortex_distributor_sample_delay_seconds (#7516)
Browse files Browse the repository at this point in the history
* 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 <gyorgy.krajcsovits@grafana.com>
  • Loading branch information
krajorama committed Mar 1, 2024
1 parent 8d88907 commit b69b4f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions docs/sources/mimir/configure/about-versioning.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b69b4f4

Please sign in to comment.