Documentation ¶
Overview ¶
Package mynewexporter is an example for a new exporter.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFactory ¶
func NewFactory() component.ExporterFactory
NewFactory creates a factory for mynew exporter.
Types ¶
type Config ¶
type Config struct {
config.ExporterSettings `mapstructure:",squash"` // squash ensures fields are correctly decoded in embedded struct
}
Config defines configuration for file exporter.
Click to show internal directories.
Click to hide internal directories.