Skip to content

Commit 4e29ef2

Browse files
authored
docs: DNS service discovery domains must be fully qualified (#12385)
Document that domain names used with DNS service discovery must be fully qualified after the changes from #12175 Related #12175
1 parent 7917287 commit 4e29ef2

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* [CHANGE] Query-frontend: Add support for UTF-8 label and metric names in `/api/v1/cardinality/{label_values|label_values|active_series}` endpoints. #11848.
99
* [CHANGE] Querier: Add support for UTF-8 label and metric names in `label_join`, `label_replace` and `count_values` PromQL functions. #11848.
1010
* [CHANGE] Remove support for Redis as a cache backend. #12163
11-
* [CHANGE] Memcached: Remove experimental `-<prefix>.memcached.addresses-provider` flag to use alternate DNS service discovery backends. The more reliable backend introduced in 2.16.0 (#10895) is now the default. As a result of this change, DNS-based cache service discovery no longer supports search domains. #12175
11+
* [CHANGE] Memcached: Remove experimental `-<prefix>.memcached.addresses-provider` flag to use alternate DNS service discovery backends. The more reliable backend introduced in 2.16.0 (#10895) is now the default. As a result of this change, DNS-based cache service discovery no longer supports search domains. #12175 #12385
1212
* [CHANGE] Query-frontend: Remove the CLI flag `-query-frontend.downstream-url` and corresponding YAML configuration and the ability to use the query-frontend to proxy arbitrary Prometheus backends. #12191
1313
* [CHANGE] Query-frontend: Remove experimental instant query splitting feature. #12267
1414
* [CHANGE] Query-frontend, querier: Replace `query-frontend.prune-queries` flag with `querier.mimir-query-engine.enable-prune-toggles` as pruning middleware has been moved into MQE. #12303

docs/sources/mimir/configure/about-dns-service-discovery.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ weight: 260
99

1010
# About Grafana Mimir DNS service discovery
1111

12-
Some clients in Grafana Mimir support service discovery via DNS to locate the addresses of backend servers to connect to. The following clients support service discovery via DNS:
12+
Some clients in Grafana Mimir support service discovery via DNS to locate the addresses of backend servers to connect to.
13+
When using DNS service discovery, search domains are not supported. As a result, all domain names must be [fully qualified](https://en.wikipedia.org/wiki/Fully_qualified_domain_name).
14+
The following clients support service discovery via DNS:
1315

1416
- [Memcached server addresses](../configuration-parameters/#memcached)
1517
- `-blocks-storage.bucket-store.chunks-cache.memcached.addresses`

0 commit comments

Comments
 (0)