# Packages
Package attributesprocessor contains the logic to modify attributes of a span.
No description provided by the author
package cumulativetodeltaprocessor implements a processor which converts cumulative sum metrics to cumulative delta.
package deltatocumulativeprocessor implements a processor which converts metrics from delta temporality to cumulative.
package deltatorateprocessor implements a processor which converts delta sum metrics to rates.
Package filterprocessor implements a processor for filtering (dropping) metrics and/or spans by various properties.
Package geoipprocessor.
Package groupbyattrsprocessor creates Resources based on specified attributes, and groups metrics, log records and spans with matching attributes under the corresponding Resource.
No description provided by the author
package intervalprocessor implements a processor which aggregates cumulative metrics over time, and periodically exports the latest values.
No description provided by the author
Package logdedupprocessor provides a processor that counts logs as metrics.
Package logstransformprocessor implements a processor to apply log operators to logs coming from any receiver.
package metricsgenerationprocessor implements a processor which calculates a new metric from existing metrics.
Package metricstarttimeprocessor sets the start time of cumulative metric points when the start time is unknown.
Package metricstransformprocessor implements a processor for transforming metrics.
No description provided by the author
No description provided by the author
Package remotetapprocessor can be positioned anywhere in a pipeline, allowing data to pass through to the next component.
package resourcedetectionprocessor implements a processor which can be used to detect resource information from the host, in a format that conforms to the OpenTelemetry resource semantic conventions, and append or override the resource value in telemetry data with this information.
Package resourceprocessor implements a processor for applying changes on resource attributes.
No description provided by the author
No description provided by the author
Package spanprocessor contains logic to modify top level settings of a span, such as its name.
No description provided by the author
No description provided by the author
Package transformprocessor contains the logic to execute telemetry transform based on the OpenTelemetry Transformation Language.