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\MetricsView 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 |