-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Closed
Milestone
Description
With current streaming api it is hard for a client to produce a stream of stats for many containers because containerd already produces stats stream for a single container and client would need to then synchronize these streams.
Simpler API would be:
rpc GetStats(StatsRequest) returns (StatsResponse) {}
message StatsRequest {
repeated string id = 1;
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels