Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFactory ¶
Types ¶
type Config ¶
type Config struct { scraperhelper.ScraperControllerSettings `mapstructure:",squash"` // TODO: implement exclude option Exclude ExcludeConfig `mapstructure:"exclude"` // MetricsBuilderConfig config. Enable or disable stats by name. metadata.MetricsBuilderConfig `mapstructure:",squash"` }
type ExcludeConfig ¶
type ExcludeConfig struct {
Interface ExcludeInterfaceConfig `mapstructure:"interface"`
}
type ExcludeInterfaceConfig ¶
type ExcludeInterfaceConfig struct {
Names []string `mapstructure:"names"`
}
Source Files ¶
Click to show internal directories.
Click to hide internal directories.