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.HTTPClientSettings `mapstructure:",squash"` // squash ensures fields are correctly decoded in embedded struct. exporterhelper.QueueSettings `mapstructure:"sending_queue"` exporterhelper.RetrySettings `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.