class BucketEntry
@internal
Hierarchy
- class \OpenTelemetry\SDK\Metrics\Exemplar\BucketEntry
Expanded class hierarchy of BucketEntry
File
-
vendor/
open-telemetry/ sdk/ Metrics/ Exemplar/ BucketEntry.php, line 12
Namespace
OpenTelemetry\SDK\Metrics\ExemplarView source
final class BucketEntry {
public int|string $index;
public float|int $value;
public int $timestamp;
public AttributesInterface $attributes;
public ?string $traceId = null;
public ?string $spanId = null;
}
Members
Title Sort descending | Modifiers | Object type | Summary |
---|---|---|---|
BucketEntry::$attributes | public | property | |
BucketEntry::$index | public | property | |
BucketEntry::$spanId | public | property | |
BucketEntry::$timestamp | public | property | |
BucketEntry::$traceId | public | property | |
BucketEntry::$value | public | property |