function Metric::getSummary
Generated from protobuf field <code>.opentelemetry.proto.metrics.v1.Summary summary = 11;</code>
Return value
\Opentelemetry\Proto\Metrics\V1\Summary|null
File
-
vendor/
open-telemetry/ gen-otlp-protobuf/ Opentelemetry/ Proto/ Metrics/ V1/ Metric.php, line 346
Class
- Metric
- Defines a Metric which has one or more timeseries. The following is a brief summary of the Metric data model. For more details, see: https://github.com/open-telemetry/opentelemetry-specification/blob/main… The data…
Namespace
Opentelemetry\Proto\Metrics\V1Code
public function getSummary() {
return $this->readOneof(11);
}