Documentation ¶
Overview ¶
Package elasticexporter contains an opentelemetry-collector exporter for Elastic APM.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFactory ¶ added in v0.7.0
func NewFactory() component.ExporterFactory
NewFactory creates a factory for Elastic exporter.
Types ¶
type Config ¶
type Config struct { configmodels.ExporterSettings `mapstructure:",squash"` configtls.TLSClientSetting `mapstructure:",squash"` // APMServerURLs holds the APM Server URL. // // This is required. APMServerURL string `mapstructure:"apm_server_url"` // APIKey holds an optional API Key for authorization. // // https://www.elastic.co/guide/en/apm/server/7.7/api-key-settings.html APIKey string `mapstructure:"api_key"` // SecretToken holds the optional secret token for authorization. // // https://www.elastic.co/guide/en/apm/server/7.7/secret-token.html SecretToken string `mapstructure:"secret_token"` }
Config defines configuration for Elastic APM exporter.
Directories ¶
Path | Synopsis |
---|---|
internal
|
|
translator/elastic
Package elastic contains an OTLP exporter for Elastic APM.
|
Package elastic contains an OTLP exporter for Elastic APM. |
Click to show internal directories.
Click to hide internal directories.