Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Option ¶ added in v0.24.0
type Option func(*baseSettings)
Option represents the possible options for New.
func WithShutdown ¶ added in v0.24.0
func WithShutdown(shutdown ShutdownFunc) Option
WithShutdown overrides the default Shutdown function for a processor. The default shutdown function does nothing and always returns nil.
type ShutdownFunc ¶ added in v0.25.0
ShutdownFunc specifies the function invoked when the exporter is being shutdown.
Click to show internal directories.
Click to hide internal directories.