Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ScraperConfig ¶
type ScraperConfig struct{}
type ScraperFactory ¶
type ScraperFactory interface { // Create the default configuration for the sub sccraper. CreateDefaultConfig() Config // Create a scraper based on the configuration passed or return an error if not valid. CreateMetricsScraper(ctx context.Context, params receiver.Settings, cfg Config) (scraper.Metrics, error) }
Click to show internal directories.
Click to hide internal directories.