diff --git a/Server/Program.cs b/Server/Program.cs index 6f87ae0..0a00522 100644 --- a/Server/Program.cs +++ b/Server/Program.cs @@ -141,6 +141,11 @@ 0, 100, 200, 300, 400, 500 } }); + }).WithTracing(providerBuilder => + { + providerBuilder.AddHttpClientInstrumentation(); + providerBuilder.AddAspNetCoreInstrumentation(); + providerBuilder.AddEntityFrameworkCoreInstrumentation(); }); var app = builder.Build();