Skip to content
This repository was archived by the owner on Aug 23, 2023. It is now read-only.

Commit 69e1dd3

Browse files
authored
Merge pull request #1120 from grafana/index-rules-typo
fix typo: it's rules-file, not index-rules-conf
2 parents c769795 + c80b088 commit 69e1dd3

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

docker/docker-chaos/metrictank.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ tag-query-workers = 50
403403
# size of regular expression cache in tag query evaluation
404404
match-cache-size = 1000
405405
# path to index-rules.conf file
406-
index-rules-conf = /etc/metrictank/index-rules.conf
406+
rules-file = /etc/metrictank/index-rules.conf
407407
# maximum duration each second a prune job can lock the index.
408408
max-prune-lock-time = 100ms
409409

docker/docker-cluster/metrictank.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ tag-query-workers = 50
403403
# size of regular expression cache in tag query evaluation
404404
match-cache-size = 1000
405405
# path to index-rules.conf file
406-
index-rules-conf = /etc/metrictank/index-rules.conf
406+
rules-file = /etc/metrictank/index-rules.conf
407407
# maximum duration each second a prune job can lock the index.
408408
max-prune-lock-time = 100ms
409409

docker/docker-dev-custom-cfg-kafka/metrictank.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ tag-query-workers = 50
403403
# size of regular expression cache in tag query evaluation
404404
match-cache-size = 1000
405405
# path to index-rules.conf file
406-
index-rules-conf = /etc/metrictank/index-rules.conf
406+
rules-file = /etc/metrictank/index-rules.conf
407407
# maximum duration each second a prune job can lock the index.
408408
max-prune-lock-time = 100ms
409409

docs/config.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ tag-query-workers = 50
472472
# size of regular expression cache in tag query evaluation
473473
match-cache-size = 1000
474474
# path to index-rules.conf file
475-
index-rules-conf = /etc/metrictank/index-rules.conf
475+
rules-file = /etc/metrictank/index-rules.conf
476476
# maximum duration each second a prune job can lock the index.
477477
max-prune-lock-time = 100ms
478478
```

metrictank-sample.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ tag-query-workers = 50
406406
# size of regular expression cache in tag query evaluation
407407
match-cache-size = 1000
408408
# path to index-rules.conf file
409-
index-rules-conf = /etc/metrictank/index-rules.conf
409+
rules-file = /etc/metrictank/index-rules.conf
410410
# maximum duration each second a prune job can lock the index.
411411
max-prune-lock-time = 100ms
412412

scripts/config/metrictank-docker.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ tag-query-workers = 50
403403
# size of regular expression cache in tag query evaluation
404404
match-cache-size = 1000
405405
# path to index-rules.conf file
406-
index-rules-conf = /etc/metrictank/index-rules.conf
406+
rules-file = /etc/metrictank/index-rules.conf
407407
# maximum duration each second a prune job can lock the index.
408408
max-prune-lock-time = 100ms
409409

scripts/config/metrictank-package.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ tag-query-workers = 50
403403
# size of regular expression cache in tag query evaluation
404404
match-cache-size = 1000
405405
# path to index-rules.conf file
406-
index-rules-conf = /etc/metrictank/index-rules.conf
406+
rules-file = /etc/metrictank/index-rules.conf
407407
# maximum duration each second a prune job can lock the index.
408408
max-prune-lock-time = 100ms
409409

0 commit comments

Comments
 (0)