Skip to main content

Module otlp_parser

Module otlp_parser 

Source
Expand description

OTLP format parsers for JSON and protobuf

Modules§

any_value
AnyValue value oneof

Structs§

AnyValue
OTLP AnyValue message
ExportTraceServiceRequest
OTLP ExportTraceServiceRequest message
JsonParser
JSON format parser for OTLP data
KeyValue
OTLP KeyValue message
ProtobufParser
Protobuf format parser for OTLP data
ProtobufSpan
OTLP Span message
Resource
OTLP Resource message
ResourceSpans
OTLP ResourceSpans message
ScopeSpans
OTLP ScopeSpans message
Status
OTLP Status message

Enums§

StatusCode
OTLP StatusCode enumeration

Traits§

OtlpParser
Trait for parsing OTLP data from different formats