# Functions

InstallNewPipeline instantiates a NewExportPipeline and registers it globally.
NewExportPipeline sets up a complete export pipeline with the recommended setup, chaining a NewRawExporter into the recommended selectors and batchers.
NewRawExporter creates a stdout Exporter for use in a pipeline.

# Structs

Config is the configuration to be used when initializing a stdout export.
No description provided by the author