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

Breadcrumb

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

function IntDataPoint::getExemplars

(Optional) List of exemplars collected from measurements that were used to form the data point

Generated from protobuf field <code>repeated .opentelemetry.proto.metrics.v1.IntExemplar exemplars = 5;</code>

Return value

\Google\Protobuf\Internal\RepeatedField

File

vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/V1/IntDataPoint.php, line 205

Class

IntDataPoint
IntDataPoint is deprecated. Use integer value in NumberDataPoint.

Namespace

Opentelemetry\Proto\Metrics\V1

Code

public function getExemplars() {
    return $this->exemplars;
}

API Navigation

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