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

Breadcrumb

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

function MetricConfigResponse::getSuggestedWaitTimeSec

Optional. The client is suggested to wait this long (in seconds) before pinging the configuration service again.

Generated from protobuf field <code>int32 suggested_wait_time_sec = 3;</code>

Return value

int

File

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

Class

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

Namespace

Opentelemetry\Proto\Metrics\Experimental

Code

public function getSuggestedWaitTimeSec() {
    return $this->suggested_wait_time_sec;
}

API Navigation

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