opentelemetry-collector/processor/processorhelper/documentation.md

2.9 KiB

processorhelper

Internal Telemetry

The following telemetry is emitted by this component.

otelcol_processor_accepted_log_records

Number of log records successfully pushed into the next component in the pipeline.

Unit Metric Type Value Type Monotonic
{records} Sum Int true

otelcol_processor_accepted_metric_points

Number of metric points successfully pushed into the next component in the pipeline.

Unit Metric Type Value Type Monotonic
{datapoints} Sum Int true

otelcol_processor_accepted_spans

Number of spans successfully pushed into the next component in the pipeline.

Unit Metric Type Value Type Monotonic
{spans} Sum Int true

otelcol_processor_dropped_log_records

Number of log records that were dropped.

Unit Metric Type Value Type Monotonic
{records} Sum Int true

otelcol_processor_dropped_metric_points

Number of metric points that were dropped.

Unit Metric Type Value Type Monotonic
{datapoints} Sum Int true

otelcol_processor_dropped_spans

Number of spans that were dropped.

Unit Metric Type Value Type Monotonic
{spans} Sum Int true

otelcol_processor_inserted_log_records

Number of log records that were inserted.

Unit Metric Type Value Type Monotonic
{records} Sum Int true

otelcol_processor_inserted_metric_points

Number of metric points that were inserted.

Unit Metric Type Value Type Monotonic
{datapoints} Sum Int true

otelcol_processor_inserted_spans

Number of spans that were inserted.

Unit Metric Type Value Type Monotonic
{spans} Sum Int true

otelcol_processor_refused_log_records

Number of log records that were rejected by the next component in the pipeline.

Unit Metric Type Value Type Monotonic
{records} Sum Int true

otelcol_processor_refused_metric_points

Number of metric points that were rejected by the next component in the pipeline.

Unit Metric Type Value Type Monotonic
{datapoints} Sum Int true

otelcol_processor_refused_spans

Number of spans that were rejected by the next component in the pipeline.

Unit Metric Type Value Type Monotonic
{spans} Sum Int true