Skip to content

Non-streaming API for stats #58

@tonistiigi

Description

@tonistiigi

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;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions