OpenTelemetry PHP

NumberDataPoint
in package

FinalYes

Table of Contents

Properties

$attributes  : AttributesInterface
$exemplars  : iterable<string|int, mixed>
$startTimestamp  : int
$timestamp  : int
$value  : float|int

Methods

__construct()  : mixed

Properties

$exemplars read-only

public iterable<string|int, mixed> $exemplars = []

Methods

__construct()

public __construct(float|int $value, AttributesInterface $attributes, int $startTimestamp, int $timestamp[, iterable<string|int, mixed> $exemplars = [] ]) : mixed
Parameters
$value : float|int
$attributes : AttributesInterface
$startTimestamp : int
$timestamp : int
$exemplars : iterable<string|int, mixed> = []

        
On this page

Search results