Skip to content

Commit

Permalink
Add missing module dependencies (#2969)
Browse files Browse the repository at this point in the history
  • Loading branch information
aleks-p authored Jan 26, 2024
1 parent f59c959 commit bf110f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/phlare/phlare.go
Original file line number Diff line number Diff line change
Expand Up @@ -324,8 +324,8 @@ func (f *Phlare) setupModuleManager() error {
MemberlistKV: {API},
Admin: {API, Storage},
Version: {API, MemberlistKV},
TenantSettings: {API},
AdHocProfiles: {API, Overrides},
TenantSettings: {API, Storage},
AdHocProfiles: {API, Overrides, Storage},
}

for mod, targets := range deps {
Expand Down

0 comments on commit bf110f5

Please sign in to comment.