function SummaryDataPoint::getAttributes
The set of key/value pairs that uniquely identify the timeseries from where this point belongs. The list may be empty (may contain 0 elements). Attribute keys MUST be unique (it is not allowed to have more than one attribute with the same key).
Generated from protobuf field <code>repeated .opentelemetry.proto.common.v1.KeyValue attributes = 7;</code>
Return value
\Google\Protobuf\Internal\RepeatedField
File
-
vendor/
open-telemetry/ gen-otlp-protobuf/ Opentelemetry/ Proto/ Metrics/ V1/ SummaryDataPoint.php, line 130
Class
- SummaryDataPoint
- SummaryDataPoint is a single data point in a timeseries that describes the time-varying values of a Summary metric.
Namespace
Opentelemetry\Proto\Metrics\V1Code
public function getAttributes() {
return $this->attributes;
}