mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
refactor(dir): disable runtime instrumentation
This commit is contained in:
parent
1a972083f1
commit
ed26ccce17
1 changed files with 2 additions and 2 deletions
|
|
@ -56,8 +56,8 @@ public static TBuilder ConfigureOpenTelemetry<TBuilder>(this TBuilder builder)
|
|||
.WithMetrics(metrics =>
|
||||
{
|
||||
metrics.AddAspNetCoreInstrumentation()
|
||||
.AddHttpClientInstrumentation()
|
||||
.AddRuntimeInstrumentation();
|
||||
.AddHttpClientInstrumentation();
|
||||
//.AddRuntimeInstrumentation(); // increases App Insights bill
|
||||
})
|
||||
.WithTracing(tracing =>
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue