Documentation ¶
Index ¶
Constants ¶
View Source
const ( DefaultMetricsScrapeTimeout = 20 * time.Second MaxDelayMs = 4 * 1000 DelayPerSourceMs = 8 )
Variables ¶
This section is empty.
Functions ¶
func NewSourceManager ¶
Types ¶
type SourceFactory ¶
type SourceFactory struct { }
func NewSourceFactory ¶
func NewSourceFactory() *SourceFactory
func (*SourceFactory) Build ¶
func (this *SourceFactory) Build(uri flags.Uri) (core.MetricsSourceProvider, error)
func (*SourceFactory) BuildAll ¶
func (this *SourceFactory) BuildAll(uris flags.Uris) (core.MetricsSourceProvider, error)
Click to show internal directories.
Click to hide internal directories.