Definition
/**
* Create a PassThroughMetricProcessor.
*
* Exports each metric immediately when processed.
* Useful for debugging where immediate visibility is more important than performance.
*
* @param MetricExporter $exporter The exporter to send metrics to
*/
pass_through_metric_processor(MetricExporter $exporter) : PassThroughMetricProcessor