[][src]Trait reqray::FinishedCallTreeProcessor

pub trait FinishedCallTreeProcessor {
    pub fn process_finished_call(&self, pool: CallPathPool);
}

A FinishedCallTreeProcessor uses the aggregated call tree for something useful.

Expected use cases:

  • Log the call tree
  • Generate metrics from the call tree
  • Do anamoly detection on the call tree
  • Send the call tree elswhere for further aggregation

Required methods

Loading content...

Implementors

impl FinishedCallTreeProcessor for LoggingCallTreeCollector[src]

Loading content...