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\ExperimentalCode
public function getSuggestedWaitTimeSec() {
return $this->suggested_wait_time_sec;
}