Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Module = fx.Module("monitoring", fx.Provide( fx.Annotate( NewQuerier, fx.As(new(monitoring.ViewQuerier)), ), ), )
Module provides monitoring dependencies via FX
Functions ¶
func NewQuerier ¶
func NewQuerier() monitoring2.ViewQuerier
NewQuerier creates a new ViewQuerier client
func NewQuerierWithConfig ¶
func NewQuerierWithConfig(socketDir string, timeout time.Duration) monitoring2.ViewQuerier
NewQuerierWithConfig creates a ViewQuerier with custom socket directory
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.