Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.09 KB

File metadata and controls

22 lines (16 loc) · 1.09 KB

OTel Trace Raw Processor

This is a processor that receives collection of Span records sent from otel-trace-source, does stateful processing on extracting and filling-in trace group related fields.

Usages

Example .yaml configuration

processor:
    - otel_trace_raw:

Configuration

  • trace_flush_interval: An int represents the time interval in seconds to flush all the descendant spans without any root span. Default to 180.

Metrics

Apart from common metrics in AbstractProcessor, otel_trace_raw processor has not introduced any custom metrics.

Developer Guide

This plugin is compatible with Java 8. See