Skip to content

Commit 2f905b9

Browse files
authored
Add mention of Loki backend to README.md (#228)
1 parent cb81907 commit 2f905b9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ The following commands are used by users to interact with their Cortex alertmana
7171

7272
The following commands are used by users to interact with their Cortex ruler configuration. They can load prometheus rule files, as well as interact with individual rule groups.
7373

74+
**Note:** If you are interacting with a Loki ruler, be sure to add the flag `--backend=loki` to all commands.
75+
7476
##### Rules List
7577

7678
This command will retrieve all of the rule groups stored in the specified Cortex instance and print each one by rule group name and namespace to the terminal.
@@ -233,7 +235,7 @@ cortextool analyse grafana --address=<grafana-address> --key=<API-Key>
233235
"metricsUsed": [
234236
"apiserver_request:availability30d",
235237
"workqueue_depth",
236-
"workqueue_queue_duration_seconds_bucket",
238+
"workqueue_queue_duration_seconds_bucket",
237239
...
238240
],
239241
"dashboards": [

0 commit comments

Comments
 (0)