function NumberDataPoint::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/ NumberDataPoint.php, line 105
Class
- NumberDataPoint
- NumberDataPoint is a single data point in a timeseries that describes the time-varying scalar value of a metric.
Namespace
Opentelemetry\Proto\Metrics\V1Code
public function getAttributes() {
return $this->attributes;
}