Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFactory ¶ added in v0.118.0
NewFactory for Network scraper.
Types ¶
type Config ¶
type Config struct { metadata.MetricsBuilderConfig `mapstructure:",squash"` // Include specifies a filter on the network interfaces that should be included from the generated metrics. Include MatchConfig `mapstructure:"include"` // Exclude specifies a filter on the network interfaces that should be excluded from the generated metrics. Exclude MatchConfig `mapstructure:"exclude"` }
Config relating to Network Metric Scraper.
type MatchConfig ¶
Source Files
¶
Click to show internal directories.
Click to hide internal directories.