Skip to content

Commit

Permalink
fix metrics schedule dependency (#396)
Browse files Browse the repository at this point in the history
  • Loading branch information
elopezcastro authored Sep 22, 2023
1 parent e83d9d0 commit 07d52dc
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
import org.finos.legend.depot.services.guice.ManageCoreDataServicesModule;
import org.finos.legend.depot.services.guice.ManageEntitiesServicesModule;
import org.finos.legend.depot.services.guice.ManageGenerationsServicesModule;
import org.finos.legend.depot.services.guice.ManageQueryMetricsSchedulesModule;
import org.finos.legend.depot.services.guice.ManageSchedulesModule;
import org.finos.legend.depot.services.api.artifacts.repository.ArtifactRepositoryProviderConfiguration;

Expand Down Expand Up @@ -121,6 +122,7 @@ protected List<Module> getServerModules()
new ManageNotificationsQueueModule(),

new QueryMetricsModule(),
new ManageQueryMetricsSchedulesModule(),
new ManageQueryMetricsMongoStoreModule(),

new AuthorisationModule(),
Expand Down

0 comments on commit 07d52dc

Please sign in to comment.