Skip to content

Commit

Permalink
feat: Bring back bloom components to backend target in SSD (#12400)
Browse files Browse the repository at this point in the history
  • Loading branch information
salvacorts authored Mar 29, 2024
1 parent 288c006 commit d972ce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/loki/loki.go
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ func (t *Loki) setupModuleManager() error {

Read: {QueryFrontend, Querier},
Write: {Ingester, Distributor},
Backend: {QueryScheduler, Ruler, Compactor, IndexGateway},
Backend: {QueryScheduler, Ruler, Compactor, IndexGateway, BloomGateway, BloomCompactor},

All: {QueryScheduler, QueryFrontend, Querier, Ingester, Distributor, Ruler, Compactor},
}
Expand Down

0 comments on commit d972ce0

Please sign in to comment.