function MetricConfigRequest::getLastKnownFingerprint
Optional. The value of MetricConfigResponse.fingerprint for the last configuration that the caller received and successfully applied.
Generated from protobuf field <code>bytes last_known_fingerprint = 2;</code>
Return value
string
File
-
vendor/
open-telemetry/ gen-otlp-protobuf/ Opentelemetry/ Proto/ Metrics/ Experimental/ MetricConfigRequest.php, line 91
Class
- MetricConfigRequest
- Generated from protobuf message <code>opentelemetry.proto.metrics.experimental.MetricConfigRequest</code>
Namespace
Opentelemetry\Proto\Metrics\ExperimentalCode
public function getLastKnownFingerprint() {
return $this->last_known_fingerprint;
}