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

Breadcrumb

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

class MeterInstruments

@internal

Hierarchy

  • class \OpenTelemetry\SDK\Metrics\MeterInstruments

Expanded class hierarchy of MeterInstruments

File

vendor/open-telemetry/sdk/Metrics/MeterInstruments.php, line 10

Namespace

OpenTelemetry\SDK\Metrics
View source
final class MeterInstruments {
    public ?int $startTimestamp = null;
    
    /**
     * @var array<string, array<string, array{Instrument, StalenessHandlerInterface&ReferenceCounterInterface, RegisteredInstrument}>>
     */
    public array $observers = [];
    
    /**
     * @var array<string, array<string, array{Instrument, StalenessHandlerInterface&ReferenceCounterInterface, RegisteredInstrument}>>
     */
    public array $writers = [];

}

Members

Title Sort descending Modifiers Object type Summary
MeterInstruments::$observers public property
MeterInstruments::$startTimestamp public property
MeterInstruments::$writers public property
RSS feed
Powered by Drupal