Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckMetricNameExist ¶
Types ¶
type CpuTimeStampState ¶
type CpuTimeStampState struct {
// contains filtered or unexported fields
}
type DiskIOUsage ¶
type NetInterfaceUsage ¶
type NetInterfaceUsage struct { // ReceiveKibps is the kilobits per second for ingress ReceiveKibps float64 // SentKibps is the kilobits per second for egress SentKibps float64 // ReceivePckps is the package per second for ingress ReceivePckps float64 // SentPckps is the package per second for egress SentPckps float64 // DropIn is the package dropped per second for ingress DropIn float64 // DropOut is the package dropped per second for egress DropOut float64 }
NetInterfaceUsage records the network usage
type NetTimeStampState ¶
type NetTimeStampState struct {
// contains filtered or unexported fields
}
type NodeLocal ¶
type NodeLocal struct {
// contains filtered or unexported fields
}
func NewNodeLocal ¶
func (*NodeLocal) GetType ¶
func (n *NodeLocal) GetType() types.CollectType
Click to show internal directories.
Click to hide internal directories.