7 references to HealthCheckRegistration
Aspire.Confluent.Kafka (2)
AspireKafkaConsumerExtensions.cs (1)
185
builder.TryAddHealthCheck(new
HealthCheckRegistration
(healthCheckName,
AspireKafkaProducerExtensions.cs (1)
185
builder.TryAddHealthCheck(new
HealthCheckRegistration
(healthCheckName,
Aspire.Hosting.Kafka (1)
KafkaBuilderExtensions.cs (1)
60
var healthCheckRegistration = new
HealthCheckRegistration
(
Aspire.Hosting.OpenAI (1)
StatusPageHealthCheck.cs (1)
138
builder.Services.AddHealthChecks().Add(new
HealthCheckRegistration
(
Aspire.RabbitMQ.Client (1)
AspireRabbitMQExtensions.cs (1)
142
builder.TryAddHealthCheck(new
HealthCheckRegistration
(
Aspire.Seq (1)
AspireSeqExtensions.cs (1)
84
builder.TryAddHealthCheck(new
HealthCheckRegistration
(
Microsoft.Extensions.Diagnostics.HealthChecks (1)
DependencyInjection\HealthChecksBuilderAddCheckExtensions.cs (1)
216
return builder.Add(new
HealthCheckRegistration
(name, CreateInstance, failureStatus, tags));