# Packages
No description provided by the author
# Functions
NewLogs creates a processor.Logs that ensure context propagation and the right tags are set.
NewMetrics creates a processor.Metrics that ensure context propagation and the right tags are set.
NewTraces creates a processor.Traces that ensure context propagation and the right tags are set.
WithCapabilities overrides the default GetCapabilities function for an processor.
WithShutdown overrides the default Shutdown function for an processor.
WithStart overrides the default Start function for an processor.
# Variables
ErrSkipProcessingData is a sentinel value to indicate when traces or metrics should intentionally be dropped from further processing in the pipeline because the data is determined to be irrelevant.
# Interfaces
Option apply changes to internalOptions.
# Type aliases
ProcessLogsFunc is a helper function that processes the incoming data and returns the data to be sent to the next component.
ProcessMetricsFunc is a helper function that processes the incoming data and returns the data to be sent to the next component.
ProcessTracesFunc is a helper function that processes the incoming data and returns the data to be sent to the next component.