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\ExperimentalCode
public function __construct($data = NULL) {
\GPBMetadata\Opentelemetry\Proto\Metrics\Experimental\MetricsConfigService::initOnce();
parent::__construct($data);
}