Versions in this module Expand all Collapse all v0 v0.14.0 Apr 8, 2017 Changes in this version + type EntityDetail struct + Historical bool + Instance []string + Realtime bool + type MetricInfo struct + Counter *types.PerfCounterInfo + Detail *EntityDetail + Enabled []string + PerDeviceEnabled []string + type PerformanceFlag struct + func NewPerformanceFlag(ctx context.Context) (*PerformanceFlag, context.Context) + func (f *PerformanceFlag) ErrNotFound(name string) error + func (f *PerformanceFlag) Interval(val int32) int32 + func (f *PerformanceFlag) Manager(ctx context.Context) (*performance.Manager, error) + func (f *PerformanceFlag) Process(ctx context.Context) error + func (f *PerformanceFlag) Register(ctx context.Context, fs *flag.FlagSet)