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

Breadcrumb

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

interface WritableMetricStreamInterface

@internal

Hierarchy

  • interface \OpenTelemetry\SDK\Metrics\Stream\WritableMetricStreamInterface

Expanded class hierarchy of WritableMetricStreamInterface

All classes that implement WritableMetricStreamInterface

1 file declares its use of WritableMetricStreamInterface
MultiObserver.php in vendor/open-telemetry/sdk/Metrics/MetricRegistry/MultiObserver.php

File

vendor/open-telemetry/sdk/Metrics/Stream/WritableMetricStreamInterface.php, line 13

Namespace

OpenTelemetry\SDK\Metrics\Stream
View source
interface WritableMetricStreamInterface {
    public function record(float|int $value, AttributesInterface $attributes, ContextInterface $context, int $timestamp) : void;

}

Members

Title Sort descending Modifiers Object type Summary
WritableMetricStreamInterface::record public function

API Navigation

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