package containerd.api

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service Health

api.proto:37

service Metrics

api.proto:9

service MetricsCollector

api.proto:119

message Collector

api.proto:28

Used in: RegisterCollectorsRequest

message ContainerMetrics

api.proto:58

nextID: 39

Used in: ListMetricsResponse

message ExponentialBucketCounts

api.proto:78

"repeated double bucketCounts" represents an array of N numbers from bucketCounts[0] to bucketCounts[N-1]. With i starting at 0, ending at N-1, BucketCounts defines N buckets, where bucket[i].startBound = base ^ (i + exponentOffset) bucket[i].endBound = base ^ (i + 1 + exponentOffset) bucket[i].count = bucketCounts[i]

Used in: ExponentialBuckets

message ExponentialBuckets

api.proto:65

Used in: Metric

message ListMetricsResponse

api.proto:49

Used as request type in: MetricsCollector.PushMetrics

Used as response type in: Metrics.ListMetrics

message Metric

api.proto:49

Metric stores a metric sample for a single object + source type

Used in: Sample

message NodeAggregatedMetrics

api.proto:110

Used in: NodeMetrics

message NodeMetrics

api.proto:106

Used in: ListMetricsResponse

message Sample

api.proto:33

Sample stores a set of capacity metric samples for a single object

Used in: SampleList

message SampleList

api.proto:12

SampleList stores a collection of capacity metric samples

Used in: ScrapeResult

message ScrapeResult

api.proto:7