Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions dstack/guest-agent/rpc/proto/agent_rpc_v1.proto
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,8 @@ message HealthResponse {
// The containers that made `healthy` false, so an operator reading gateway
// logs can tell which one is holding the instance out of rotation. Purely
// diagnostic -- the gateway routes on `healthy` alone.
// Not gated by `public_sysinfo`/`public_logs`: the gateway needs it, and the
// external listener is unauthenticated, so it cannot answer only the gateway.
repeated ContainerHealth unhealthy = 2;
// Set when the agent could not see the app at all for several refreshes in
// a row (container runtime unreachable, permission denied). `healthy` is
Expand Down
Loading