AsyncExportHandles
in package
Read onlyYes
FinalYes
Tags
Table of Contents
Properties
- $innerLogs : LogRecordExporterInterface|null
- $innerMetrics : PushMetricExporterInterface|null
- $innerSpans : SpanExporterInterface
- $logs : ActorForwardingLogRecordExporter|null
- $metrics : ActorForwardingMetricExporter|null
- $spans : ActorForwardingSpanExporter|null
Methods
- __construct() : mixed
Properties
$innerLogs
public
LogRecordExporterInterface|null
$innerLogs
$innerMetrics
public
PushMetricExporterInterface|null
$innerMetrics
$innerSpans
public
SpanExporterInterface
$innerSpans
$logs
public
ActorForwardingLogRecordExporter|null
$logs
$metrics
public
ActorForwardingMetricExporter|null
$metrics
$spans
public
ActorForwardingSpanExporter|null
$spans
Methods
__construct()
public
__construct(ActorForwardingSpanExporter|null $spans, ActorForwardingMetricExporter|null $metrics, ActorForwardingLogRecordExporter|null $logs, SpanExporterInterface $innerSpans, PushMetricExporterInterface|null $innerMetrics, LogRecordExporterInterface|null $innerLogs) : mixed
Parameters
- $spans : ActorForwardingSpanExporter|null
- $metrics : ActorForwardingMetricExporter|null
- $logs : ActorForwardingLogRecordExporter|null
- $innerSpans : SpanExporterInterface
- $innerMetrics : PushMetricExporterInterface|null
- $innerLogs : LogRecordExporterInterface|null