mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 11:14:27 +00:00
Disable not working metric.
This commit is contained in:
@@ -124,13 +124,6 @@ builder.Services.AddOpenTelemetry()
|
|||||||
.AddHttpClientInstrumentation()
|
.AddHttpClientInstrumentation()
|
||||||
.AddRuntimeInstrumentation()
|
.AddRuntimeInstrumentation()
|
||||||
.AddProcessInstrumentation()
|
.AddProcessInstrumentation()
|
||||||
.AddEventCountersInstrumentation(options =>
|
|
||||||
{
|
|
||||||
options.AddEventSources(
|
|
||||||
"System.Runtime",
|
|
||||||
"Microsoft.AspNetCore.Hosting",
|
|
||||||
"Microsoft-AspNetCore-Server-Kestrel");
|
|
||||||
})
|
|
||||||
.AddPrometheusExporter());
|
.AddPrometheusExporter());
|
||||||
|
|
||||||
builder.WebHost.UseSentry(o =>
|
builder.WebHost.UseSentry(o =>
|
||||||
|
|||||||
Reference in New Issue
Block a user