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