feat(health): core review fixes (async writer, gRPC cancellation, validation, configurable retry-after)
This commit is contained in:
@@ -73,7 +73,7 @@ public static class ZbHealthEndpointExtensions
|
||||
Action<ZbHealthEndpointOptions> configure);
|
||||
}
|
||||
|
||||
/// Canonical JSON response writer. Shape: { status, totalDurationMs, entries: { name: { status, description, duration } } }.
|
||||
/// Canonical JSON response writer. Shape: { status, totalDurationMs, entries: { name: { status, description, durationMs } } }.
|
||||
public static class ZbHealthWriter
|
||||
{
|
||||
public static Task WriteJsonAsync(HttpContext context, HealthReport report);
|
||||
|
||||
Reference in New Issue
Block a user