Skip to content

Commit

Permalink
remove redis instrumentation
Browse files Browse the repository at this point in the history
  • Loading branch information
knuhau committed Oct 21, 2024
1 parent b9cac64 commit ef4c60e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ public static WebApplicationBuilder ConfigureTelemetry(this WebApplicationBuilde

tracing.AddHttpClientInstrumentation();
tracing.AddNpgsql();
tracing.AddRedisInstrumentation(options => options.SetVerboseDatabaseStatements = true);
})
.WithMetrics(metrics =>
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
<PackageReference Include="Microsoft.Azure.AppConfiguration.AspNetCore" Version="8.0.0" />
<PackageReference Include="Npgsql.OpenTelemetry" Version="8.0.5" />
<PackageReference Include="OpenTelemetry.Instrumentation.Runtime" Version="1.9.0" />
<PackageReference Include="OpenTelemetry.Instrumentation.StackExchangeRedis" Version="1.9.0-beta.1" />
<PackageReference Include="Serilog.AspNetCore" Version="8.0.3" />
<PackageReference Include="OpenTelemetry" Version="1.9.0" />
<PackageReference Include="Serilog.Sinks.ApplicationInsights" Version="4.0.0"/>
Expand Down

0 comments on commit ef4c60e

Please sign in to comment.