Skip to content

Commit 4f626a6

Browse files
authored
Update the example frontend config, the fields have moved. (#1840)
Signed-off-by: Tom Wilkie <[email protected]>
1 parent 06c4340 commit 4f626a6

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

docs/prometheus-frontend.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,10 @@ http_prefix:
1515
server:
1616
http_listen_port: 9091
1717

18-
frontend:
19-
log_queries_longer_than: 1s
18+
query_range:
2019
split_queries_by_day: true
2120
align_queries_with_step: true
2221
cache_results: true
23-
compress_responses: true
2422

2523
results_cache:
2624
max_freshness: 1m
@@ -42,3 +40,8 @@ frontend:
4240
# host: memcached.default.svc.cluster.local
4341
# service: memcached
4442
# consistent_hash: true
43+
44+
45+
frontend:
46+
log_queries_longer_than: 1s
47+
compress_responses: true

0 commit comments

Comments
 (0)