Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1.24 KB

redis-output-client-health-checks-and-diagnostics.md

File metadata and controls

29 lines (17 loc) · 1.24 KB
ms.topic
include

[!INCLUDE client-integration-health-checks]

The .NET Aspire Stack Exchange Redis output caching integration handles the following:

  • Adds the health check when xref:Aspire.StackExchange.Redis.StackExchangeRedisSettings.DisableHealthChecks?displayProperty=nameWithType is false, which attempts to connect to the container instance.
  • Integrates with the /health HTTP endpoint, which specifies all registered health checks must pass for app to be considered ready to accept traffic.

[!INCLUDE integration-observability-and-telemetry]

Logging

The .NET Aspire Stack Exchange Redis output caching integration uses the following Log categories:

  • Aspire.StackExchange.Redis
  • Microsoft.AspNetCore.OutputCaching.StackExchangeRedis

Tracing

The .NET Aspire Stack Exchange Redis output caching integration will emit the following Tracing activities using OpenTelemetry:

  • OpenTelemetry.Instrumentation.StackExchangeRedis

Metrics

The .NET Aspire Stack Exchange Redis output caching integration currently doesn't support metrics by default due to limitations with the StackExchange.Redis library.