Skip to content
Search
DSL · Telemetry otlp

otlp_meter_provider

Definition

/**
 * Create a meter provider configured for OTLP export.
 *
 * @param MetricProcessor $processor The processor for handling metrics
 * @param ClockInterface $clock The clock for timestamps
 * @param AggregationTemporality $temporality The aggregation temporality for metrics
 */
otlp_meter_provider(MetricProcessor $processor, ClockInterface $clock, AggregationTemporality $temporality) : MeterProvider

Contributors

Built in the open.

Join us on GitHub
scroll back to top