Documentation ¶
Index ¶
- Constants
- type ZapiPerf
- func (z *ZapiPerf) GetOverride(counter string) string
- func (z *ZapiPerf) HarvestModule() plugin.ModuleInfo
- func (z *ZapiPerf) Init(a *collector.AbstractCollector) error
- func (z *ZapiPerf) InitCache() error
- func (z *ZapiPerf) InitQOS()
- func (z *ZapiPerf) LoadPlugin(kind string, abc *plugin.AbstractPlugin) plugin.Plugin
- func (z *ZapiPerf) PollCounter() (map[string]*matrix.Matrix, error)
- func (z *ZapiPerf) PollData() (map[string]*matrix.Matrix, error)
- func (z *ZapiPerf) PollInstance() (map[string]*matrix.Matrix, error)
Constants ¶
View Source
const (
BILLION = 1_000_000_000
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ZapiPerf ¶
type ZapiPerf struct { *zapi.Zapi // provides: AbstractCollector, Client, Object, Query, TemplateFn, TemplateType // contains filtered or unexported fields }
func (*ZapiPerf) GetOverride ¶
GetOverride overrides a counter property
func (*ZapiPerf) HarvestModule ¶
func (z *ZapiPerf) HarvestModule() plugin.ModuleInfo
func (*ZapiPerf) LoadPlugin ¶
Click to show internal directories.
Click to hide internal directories.