Skip to content

Commit

Permalink
Merge pull request #2460 from planetarium/v200170-hotfix-disable-runt…
Browse files Browse the repository at this point in the history
…ime-instruments

hotfix(v200170): Disable .NET runtime instruments
  • Loading branch information
moreal authored Apr 30, 2024
2 parents f5acd9c + d400ccd commit 151a15a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions NineChronicles.Headless.Executable/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -481,8 +481,6 @@ IActionLoader MakeSingleActionLoader()
.WithMetrics(
builder => builder
.AddMeter("NineChronicles")
.AddRuntimeInstrumentation()
.AddAspNetCoreInstrumentation()
.AddPrometheusExporter());

// worker
Expand Down

0 comments on commit 151a15a

Please sign in to comment.