Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFactory ¶
func NewFactory() component.ExporterFactory
NewFactory creates a factory for OTLP exporter.
Types ¶
type Config ¶
type Config struct { opencensusexporter.Config `mapstructure:",squash"` // The API key use for authentication. APIKey string `mapstructure:"api_key"` }
Config defines configuration for Oragent exporter.
Click to show internal directories.
Click to hide internal directories.