We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39c9fcf commit aca26b5Copy full SHA for aca26b5
docs/running.md
@@ -23,15 +23,15 @@ and manage.
23
### Components
24
25
Every Cortex installation will need Distributor, Ingester and Querier.
26
-Alert-manager, Ruler and Query-frontend are optional.
+Alertmanager, Ruler and Query-frontend are optional.
27
28
### Other dependencies
29
30
Cortex needs a KV store to track sharding of data between
31
processes. This can be either Etcd or Consul.
32
33
If you want to configure recording and alerting rules (i.e. if you
34
-will run the Ruler and Alert-manager components) then a Postgres
+will run the Ruler and Alertmanager components) then a Postgres
35
database is required to store configs.
36
37
Memcached is not essential but highly recommended.
0 commit comments