Documentation
¶
Overview ¶
Package mezmoexporter implements an exporter that sends data to Mezmo.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFactory ¶
NewFactory creates a factory for Mezmo exporter.
Types ¶
type Config ¶
type Config struct {
confighttp.ClientConfig `mapstructure:",squash"` // squash ensures fields are correctly decoded in embedded struct.
QueueSettings configoptional.Optional[exporterhelper.QueueBatchConfig] `mapstructure:"sending_queue"`
configretry.BackOffConfig `mapstructure:"retry_on_failure"`
// IngestURL is the URL to send telemetry to.
IngestURL string `mapstructure:"ingest_url"`
// Token is the authentication token provided by Mezmo.
IngestKey configopaque.String `mapstructure:"ingest_key"`
}
Config defines configuration for Mezmo exporter.
Click to show internal directories.
Click to hide internal directories.