otel_exponential_histogram_sum¶
Description¶
Aggregate multiple OpenTelemetry exponential histograms into a single exponential histogram object.
This function is purely an aggregate function.
Return type¶
object
Domain¶
This is an aggregate function (aggregates rows over a group in aggregate verbs.)
Categories¶
Usage¶
otel_exponential_histogram_sum(histogram)
Argument |
Type |
Optional |
Repeatable |
Restrictions |
---|---|---|---|---|
histogram |
object |
no |
no |
none |
Examples¶
align o: otel_exponential_histogram_sum(m_object("latency"))
Aggregate OpenTelemetry exponential histogram metric named “latency” into 5 minute time bins.