Skip to content

Commit 7817c2a

Browse files
authored
docs: reconcile service list with cortex -modules (#4586)
Note: services used with the chunks storage are excluded. Signed-off-by: Josh Carp <[email protected]>
1 parent ca9b4a0 commit 7817c2a

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/architecture.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,14 @@ The Cortex services are:
7373
- [Distributor](#distributor)
7474
- [Ingester](#ingester)
7575
- [Querier](#querier)
76-
- [Query frontend](#query-frontend) (optional)
77-
- [Ruler](#ruler) (optional)
76+
- [Compactor](./blocks-storage/compactor.md) (required for blocks storage)
77+
- [Store gateway](./blocks-storage/store-gateway.md) (required for blocks storage)
7878
- [Alertmanager](#alertmanager) (optional)
7979
- [Configs API](#configs-api) (optional)
80+
- [Overrides exporter](./guides/overrides-exporter.md) (optional)
81+
- [Query frontend](#query-frontend) (optional)
82+
- [Query scheduler](./operations/scalable-query-frontend.md#query-scheduler) (optional)
83+
- [Ruler](#ruler) (optional)
8084

8185
### Distributor
8286

0 commit comments

Comments
 (0)