Module oc_reporter_sequential
This module allows sequential execution of multiple reporters.
Data Types
opts()
opts() = [{reporter(), reporter_opts()}]
reporter()
reporter() = atom()
reporter_opts()
reporter_opts() = term()
Function Index
init/1 | |
report/2 |
Function Details
init/1
init(Config::[{reporter(), reporter_opts()}]) -> opts()
report/2
report(Spans::[opencensus:spans(), ...], Config::opts()) -> ok