Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Monitor ¶
type Monitor struct {
// contains filtered or unexported fields
}
func NewMonitor ¶
func (*Monitor) RecordNamespace ¶
type NetworkSampler ¶
type NetworkSampler interface {
Sample() (*resourcestypes.NetworkSample, error)
}
type RecordOpt ¶
type RecordOpt struct {
NetworkSampler NetworkSampler
}
type Sampler ¶
type Sampler[T WithTimestamp] struct { // contains filtered or unexported fields }
func NewSampler ¶
func NewSysSampler ¶
func NewSysSampler() (*Sampler[*resourcestypes.SysSample], error)
type Sub ¶
type Sub[T WithTimestamp] struct { // contains filtered or unexported fields }
type SysSampler ¶
type SysSampler = Sub[*resourcestypes.SysSample]
type WithTimestamp ¶
Source Files ¶
Click to show internal directories.
Click to hide internal directories.