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

Breadcrumb

  1. Drupal Core 11.1.x

Instrument.php

Same filename in this branch
  1. 11.1.x vendor/open-telemetry/api/Metrics/Instrument.php

Namespace

OpenTelemetry\SDK\Metrics

File

vendor/open-telemetry/sdk/Metrics/Instrument.php

View source
<?php

declare (strict_types=1);
namespace OpenTelemetry\SDK\Metrics;

final class Instrument {
    public function __construct(string|InstrumentType $type, string $name, ?string $unit, ?string $description, array $advisory = []) {
    }

}

Classes

Title Deprecated Summary
Instrument
RSS feed
Powered by Drupal