NAME
OpenTracing::Protocol
DESCRIPTION
Currently the following protocols are known:
OpenTracing::Protocol::Jaeger - provides binary Thrift encoding for the Jæger opentracing tool
OpenTracing::Protocol::Zipkin - JSON representation as supported by Zipkin
This module provides a rôle for the encoding/decoding functionality. Implementations are not expected to handle any data transfer - the encoded bytes would be sent/received by the transport layer instead.