# Functions
NewBatchProcessor return BatchProcessor.
NewLogger ...
Resource transforms a Resource into an OTLP Resource.
ResourceAttributes transforms a Resource into a slice of OTLP attribute key-values.
WithBatcher setting Processor.
WithBatchTimeout return BatchProcessorOption which to set BatchTimeout.
WithBlocking return BatchProcessorOption which to set BlockOnQueueFull.
WithEnableSampler enable sample along with trace.
WithEnableSamplerError when EnableSampler is true,report error log when not sampled.
WithLevelEnable enable level.
WithMaxExportBatchSize return BatchProcessorOption which to set MaxExportBatchSize.
WithMaxQueueSize return BatchProcessorOption which to set MaxQueueSize.
WithResource setting resource info.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
BatchProcessor is a component that accepts spans and metrics, places them into batches and sends downstream.
BatchProcessorOptions defines the configuration for the various elements of BatchProcessor.
Logger logger impl.
LoggerOptions logger options detail.
# Interfaces
Exporter exports telemetry log data from the collector to a destination.
# Type aliases
BatchProcessorOption apply changes to internalOptions.
LoggerOption logger option func.