Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NodeTimeSeries ¶
type NodeTimeSeries struct { OperationData map[string][]int64 `json:"op_series,omitempty"` ResourceData map[string]*ResourceSeries `json:"resource_series,omitempty"` Labels map[string]string `json:"labels"` Version string `json:"version"` }
NodeTimeSeries defines the time series of the operations and the resource usage.
Click to show internal directories.
Click to hide internal directories.