Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFactory ¶
func NewFactory() component.ReceiverFactory
NewFactory creates a factory for MongoDB Atlas receiver
Types ¶
type Config ¶
type Config struct { scraperhelper.ScraperControllerSettings `mapstructure:",squash"` PublicKey string `mapstructure:"public_key"` PrivateKey string `mapstructure:"private_key"` Granularity string `mapstructure:"granularity"` RetrySettings exporterhelper.RetrySettings `mapstructure:"retry_on_failure"` }
Click to show internal directories.
Click to hide internal directories.