Skip to content

Commit

Permalink
feat: Bring back bloom components to backend target in SSD (grafana#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
salvacorts authored and rhnasc committed Apr 12, 2024
1 parent abeefb7 commit 59eac7a
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 59eac7a

Please sign in to comment.