You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Added query frontend to the single binary
Signed-off-by: Joe Elliott <[email protected]>
* First pass single binary
Signed-off-by: Joe Elliott <[email protected]>
* Pass parameter correctly
Signed-off-by: Joe Elliott <[email protected]>
* lint
Signed-off-by: Joe Elliott <[email protected]>
* Added label tests to single binary
Signed-off-by: Joe Elliott <[email protected]>
* Added a warning for bad single process config
Signed-off-by: Joe Elliott <[email protected]>
* Added auto config of worker
Signed-off-by: Joe Elliott <[email protected]>
* Always add auth middleware.
Signed-off-by: Joe Elliott <[email protected]>
* Fixed label tests and used address that worked in e2e tests
Signed-off-by: Joe Elliott <[email protected]>
* updated changelog
Signed-off-by: Joe Elliott <[email protected]>
* Run unbounded queries to fetch label names/values in the blocks storage
Signed-off-by: Marco Pracucci <[email protected]>
* Moved automatic worker config attempt above worker
Signed-off-by: Joe Elliott <[email protected]>
* Moved changelog entry and expanded
Signed-off-by: Joe Elliott <[email protected]>
* Change => Enhancement
Signed-off-by: Joe Elliott <[email protected]>
* Added todo
Signed-off-by: Joe Elliott <[email protected]>
Co-authored-by: Marco Pracucci <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@
21
21
*[ENHANCEMENT] Experimental TSDB: Added `cortex_querier_blocks_meta_synced`, which reflects current state of synced blocks over all tenants. #2392
22
22
*[ENHANCEMENT] Added `cortex_distributor_latest_seen_sample_timestamp_seconds` metric to see how far behind Prometheus servers are in sending data. #2371
23
23
*[ENHANCEMENT] FIFO cache to support eviction based on memory usage. The `-<prefix>.fifocache.size` CLI flag has been renamed to `-<prefix>.fifocache.max-size-items` as well as its YAML config option `size` renamed to `max_size_items`. Added `-<prefix>.fifocache.max-size-bytes` CLI flag and YAML config option `max_size_bytes` to specify memory limit of the cache. #2319
24
+
*[ENHANCEMENT] Single Binary: Added query-frontend to the single binary. Single binary users will now benefit from various query-frontend features. Primarily: sharding, parallelization, load shedding, additional caching (if configured), and query retries. #2437
24
25
*[ENHANCEMENT] Allow 1w (where w denotes week) and 1y (where y denotes year) when setting `-store.cache-lookups-older-than` and `-store.max-look-back-period`. #2454
25
26
*[BUGFIX] Fixes #2411, Ensure requests are properly routed to the prometheus api embedded in the query if `-server.path-prefix` is set. #2372
26
27
*[BUGFIX] Experimental TSDB: fixed chunk data corruption when querying back series using the experimental blocks storage. #2400
level.Warn(util.Logger).Log("msg", "Worker address is empty in single binary mode. Attempting automatic worker configuration. If queries are unresponsive consider configuring the worker explicitly.", "address", address)
208
+
cfg.Worker.Address=address
209
+
}
200
210
201
211
// Query frontend worker will only be started after all its dependencies are started, not here.
202
212
// Worker may also be nil, if not configured, which is OK.
0 commit comments