Module passage_reporter_null

Null Reporter.

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

Behaviours: passage_reporter.

Description

Null Reporter.

This reporter discards all the spans.

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).

Function Index

new/0Makes a new reporter.

Function Details

new/0

new() -> passage_reporter:reporter()

Makes a new reporter.


Generated by EDoc