ExponentialHistogram::$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/ ExponentialHistogram.php, line 29
Class
- ExponentialHistogram
- ExponentialHistogram represents the type of a metric that is calculated by aggregating as a ExponentialHistogram of all reported double measurements over a time interval.
Namespace
Opentelemetry\Proto\Metrics\V1Code
protected $aggregation_temporality = 0;