NoopReservoir
in package
implements
ExemplarReservoirInterface
FinalYes
Table of Contents
Interfaces
Methods
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>offer()
public
offer(mixed $index, mixed $value, AttributesInterface $attributes, ContextInterface $context, int $timestamp) : void
Parameters
- $index : mixed
- $value : mixed
- $attributes : AttributesInterface
- $context : ContextInterface
- $timestamp : int