Sum::$aggregation_temporality
aggregation_temporality describes if the aggregator reports delta changes since last report time, or cumulative changes since a fixed start time.
Generated from protobuf field <code>.opentelemetry.proto.metrics.v1.AggregationTemporality aggregation_temporality = 2;</code>
Type: aggregation_temporality
File
-
vendor/
open-telemetry/ gen-otlp-protobuf/ Opentelemetry/ Proto/ Metrics/ V1/ Sum.php, line 29
Class
- Sum
- Sum represents the type of a scalar metric that is calculated as a sum of all reported measurements over a time interval.
Namespace
Opentelemetry\Proto\Metrics\V1Code
protected $aggregation_temporality = 0;