Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
alhardy committed Oct 20, 2017
1 parent 7cfe740 commit 98b9a4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/web-monitoring/aspnet-core/health.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ public class Startup
public void ConfigureServices(IServiceCollection services)
{
var metrics = AppMetricsHealth.CreateDefaultBuilder()
.HealthChecks.RegisterFromAssembly(services, Assembly.GetEntryAssembly().GetName().Name)
.HealthChecks.RegisterFromAssembly(services)
... // configure options and add health checks
.Build();

Expand Down

0 comments on commit 98b9a4d

Please sign in to comment.