Module passage_span_context_null

A null implementation of the passage_span_context behaviour.

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

Behaviours: passage_span_context.

Description

A null implementation of the passage_span_context behaviour.

Note that this implementation is provided only for testing purposes.

Examples

  Context = passage_span_context_null,
  Sampler = passage_sampler_null:new(),
  Reporter = passage_reporter_null:new(),
 
  ok = passage_tracer_registry:register(foo, Context, Sampler, Reporter),
  [foo] = passage_tracer_registry:which_tracers(),

Generated by EDoc