Documentation ¶
Index ¶
Constants ¶
View Source
const TypeStr = "prom_sd_processor"
TypeStr is the unique identifier for the Prometheus SD processor.
Variables ¶
This section is empty.
Functions ¶
func NewFactory ¶
func NewFactory() component.ProcessorFactory
NewFactory returns a new factory for the Attributes processor.
Types ¶
type Config ¶
type Config struct { configmodels.ProcessorSettings `mapstructure:",squash"` ScrapeConfigs []interface{} `mapstructure:"scrape_configs"` }
Config holds the configuration for the Prometheus SD processor.
Click to show internal directories.
Click to hide internal directories.