Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFactory ¶
Types ¶
type CertificateTarget ¶ added in v0.123.0
type CertificateTarget struct { confignet.TCPAddrConfig `mapstructure:",squash"` FilePath string `mapstructure:"file_path"` }
CertificateTarget represents a target for certificate checking, which can be either a network endpoint or a local file
type Config ¶
type Config struct { scraperhelper.ControllerConfig `mapstructure:",squash"` metadata.MetricsBuilderConfig `mapstructure:",squash"` Targets []*CertificateTarget `mapstructure:"targets"` }
Config defines the configuration for the various elements of the receiver agent.
Click to show internal directories.
Click to hide internal directories.