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

Breadcrumb

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

function MetricStreamInterface::push

Pushes metric data to the stream.

Parameters

Metric $metric metric data to push:

2 methods override MetricStreamInterface::push()
AsynchronousMetricStream::push in vendor/open-telemetry/sdk/Metrics/Stream/AsynchronousMetricStream.php
Pushes metric data to the stream.
SynchronousMetricStream::push in vendor/open-telemetry/sdk/Metrics/Stream/SynchronousMetricStream.php
Pushes metric data to the stream.

File

vendor/open-telemetry/sdk/Metrics/Stream/MetricStreamInterface.php, line 34

Class

MetricStreamInterface
@internal

Namespace

OpenTelemetry\SDK\Metrics\Stream

Code

public function push(Metric $metric) : void;

API Navigation

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