Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFactory ¶
NewFactory creates a LogicMonitor exporter factory
Types ¶
type APIToken ¶
type APIToken struct { AccessID string `mapstructure:"access_id"` AccessKey configopaque.String `mapstructure:"access_key"` }
type Config ¶
type Config struct { confighttp.HTTPClientSettings `mapstructure:",squash"` exporterhelper.QueueSettings `mapstructure:"sending_queue"` exporterhelper.RetrySettings `mapstructure:"retry_on_failure"` ResourceToTelemetrySettings resourcetotelemetry.Settings `mapstructure:"resource_to_telemetry_conversion"` // ApiToken of Logicmonitor Platform APIToken APIToken `mapstructure:"api_token"` }
Config defines configuration for LogicMonitor exporter.
Click to show internal directories.
Click to hide internal directories.