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

Breadcrumb

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

function MetricConfigRequest::__construct

Constructor.

Parameters

array $data {: Optional. Data for populating the Message object.

@type \Opentelemetry\Proto\Resource\V1\Resource $resource Required. The resource for which configuration should be returned. @type string $last_known_fingerprint Optional. The value of MetricConfigResponse.fingerprint for the last configuration that the caller received and successfully applied. }

Overrides Message::__construct

File

vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/Experimental/MetricConfigRequest.php, line 43

Class

MetricConfigRequest
Generated from protobuf message <code>opentelemetry.proto.metrics.experimental.MetricConfigRequest</code>

Namespace

Opentelemetry\Proto\Metrics\Experimental

Code

public function __construct($data = NULL) {
    \GPBMetadata\Opentelemetry\Proto\Metrics\Experimental\MetricsConfigService::initOnce();
    parent::__construct($data);
}

API Navigation

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