Modules

oc_reporter oc_reporter_noop oc_reporter_sequential oc_reporter_zipkin oc_sampler oc_sampler_always oc_sampler_never oc_sampler_probability oc_server oc_span oc_span_ctx_binary oc_span_ctx_header oc_stat oc_stat_aggregation oc_stat_aggregation_count oc_stat_aggregation_distribution oc_stat_aggregation_latest oc_stat_aggregation_sum oc_stat_config oc_stat_exporter oc_stat_exporter_prometheus oc_stat_measure oc_stat_view oc_std_encoder oc_tag_ctx_binary oc_tag_ctx_header oc_tags oc_trace oc_trace_pb oc_transform ocp opencensus opencensus_app opencensus_sup

Module oc_span_ctx_header

Functions to support the http header format of the tracecontext spec Implements the spec found here.

Data Types

maybe()


      maybe(T) = T | undefined
      

Function Index

decode/1
encode/1
field_name/0

Function Details

decode/1


      decode(TraceContext::iodata()) -> maybe(opencensus:span_ctx())
      

encode/1


      encode(Span_ctx::opencensus:span_ctx()) -> maybe(iolist())
      

field_name/0

field_name() -> any()