Nexus API Reference

AsyncExportHandles
in package

Read onlyYes
FinalYes
Tags
psalm-api

Bundles the forwarding exporters and the real inner exporters they wrap when ObservabilityConfig::$asyncExport is enabled. Passed into OtelObservability so it can spawn the OtlpExportActor and attach the forwarders once an ActorSystem is available.

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

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
On this page

Search results