File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -73,10 +73,14 @@ The Cortex services are:
73
73
- [ Distributor] ( #distributor )
74
74
- [ Ingester] ( #ingester )
75
75
- [ 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 )
78
78
- [ Alertmanager] ( #alertmanager ) (optional)
79
79
- [ 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)
80
84
81
85
### Distributor
82
86
You can’t perform that action at this time.
0 commit comments