Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. BucketEntry.php

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\Exemplar
View 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

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal