OpenTelemetry PHP

FilteredReservoir
in package
implements ExemplarReservoirInterface

FinalYes

The exemplar spec is not yet stable, and can change at any time.

Tags
see
https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/metrics/sdk.md#exemplar

Table of Contents

Interfaces

ExemplarReservoirInterface

Properties

$filter  : ExemplarFilterInterface
$reservoir  : ExemplarReservoirInterface

Methods

__construct()  : mixed
collect()  : array<string|int, Exemplar>
offer()  : void

Properties

Methods

collect()

public collect(array<string|int, mixed> $dataPointAttributes) : array<string|int, Exemplar>
Parameters
$dataPointAttributes : array<string|int, mixed>
Return values
array<string|int, Exemplar>

        
On this page

Search results