Skip to content

Commit

Permalink
Add missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeminutillo committed Jul 14, 2021
1 parent 3729a30 commit 2cab747
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ServiceControl.Monitoring/Bootstrapper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ void CreateHost()
services.AddSingleton<MessageTypeRegistry>();
services.AddSingleton<EndpointInstanceActivityTracker>();
services.AddSingleton(sp => buildQueueLengthProvider(sp.GetRequiredService<QueueLengthStore>()));
services.AddSingleton<LegacyQueueLengthReportHandler.LegacyQueueLengthEndpoints>();
})
.UseNServiceBus(builder =>
{
Expand Down

0 comments on commit 2cab747

Please sign in to comment.