Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
// MongoDB connection URI. example:mongodb://user:pass@127.0.0.1:27017/admin?ssl=true"
URI config_util.Secret `yaml:"mongodb_uri"`
}
Config controls mongodb_exporter
func (*Config) InstanceKey ¶ added in v0.21.0
func (c *Config) InstanceKey(_ string) (string, error)
InstanceKey returns the address:port of the mongodb server being queried.
func (*Config) Name ¶
func (c *Config) Name() string
Name returns the name of the integration that this config represents.
func (*Config) NewIntegration ¶
func (c *Config) NewIntegration(logger log.Logger) (integrations.Integration, error)
NewIntegration creates a new mongodb_exporter
func (*Config) UnmarshalYAML ¶
func (c *Config) UnmarshalYAML(unmarshal func(interface{}) error) error
UnmarshalYAML implements yaml.Unmarshaler for Config
Click to show internal directories.
Click to hide internal directories.