Module jaeger_passage_span_context

Span context for Jaeger.

Copyright © 2017 Takeru Ohta <phjgt308@gmail.com>

Behaviours: passage_span_context.

Description

Span context for Jaeger

References

Data Types

span_id()

span_id() = 0..18446744073709551615

Span identifier (64-bit unsigned integer).

This represents span ID that must be unique within its trace, but does not have to be globally unique.

Note that the ID 0 is used for representing invalid spans.

state()

abstract datatype: state()

The state of a jaeger span context.

Function Index

get_parent_span_id/1

Function Details

get_parent_span_id/1

get_parent_span_id(Context::passage_span_context:context()) -> span_id()


Generated by EDoc, Oct 28 2017, 05:08:47.