Versions in this module Expand all Collapse all v0 v0.0.1 Apr 6, 2024 Changes in this version + func Start(group string, opts ...Option) (metric.Registration, error) + func Version() string + type Controller int + const ControllerCPU + const ControllerIo + const ControllerMemory + const ControllerPids + const ControllerRdma + const ControllerUndefined + func ParseController(in string) (Controller, error) + func (i Controller) String() string + type Option func(*config) + func WithControllers(ctrls ...Controller) Option + func WithPrefic(name string) Option + func WithProvider(provider metric.MeterProvider) Option