extrapolated_delta
function to work. You can provide them as part of the original gauge_agg
call, or by using the with_bounds function on an existing
gauge aggregate.
Samples
Extrapolate the change in a gauge over every 15-minute interval.Arguments
The syntax is:| Name | Type | Default | Required | Description |
|---|---|---|---|---|
summary | GaugeSummary | - | ✔ | A gauge aggregate created using gauge_agg |
method | TEXT | - | ✔ | The extrapolation method to use. Not case-sensitive. The only allowed value is prometheus, for the Prometheus extrapolation protocol. |
Returns
| Column | Type | Description |
|---|---|---|
| extrapolated_delta | DOUBLE PRECISION | The extrapolated change in the counter over the time period of the counter aggregate. |