OpenTelemetry PHP

HistogramBucketReservoir
in package
implements ExemplarReservoirInterface

FinalYes

Table of Contents

Interfaces

ExemplarReservoirInterface

Properties

$boundaries  : array<int, float|int>
$storage  : BucketStorage

Methods

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

Properties

Methods

__construct()

public __construct(array<int, float|int> $boundaries) : mixed
Parameters
$boundaries : array<int, float|int>

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