|
@@ -48,7 +48,7 @@ public class Irate extends TimeSeriesAggregateFunction implements OptionalArgume
|
|
|
+ "it ignores all but the last two data points in each time period). "
|
|
|
+ "This function is very similar to rate, but is more responsive to recent changes in the rate of increase.",
|
|
|
appliesTo = { @FunctionAppliesTo(lifeCycle = FunctionAppliesToLifecycle.UNAVAILABLE) },
|
|
|
- note = "Available with the [TS](/reference/query-languages/esql/commands/source-commands.md#esql-ts) command in snapshot builds",
|
|
|
+ note = "Available with the [TS](/reference/query-languages/esql/commands/source-commands.md#esql-ts) command",
|
|
|
examples = { @Example(file = "k8s-timeseries", tag = "irate") }
|
|
|
)
|
|
|
public Irate(Source source, @Param(name = "field", type = { "counter_long", "counter_integer", "counter_double" }) Expression field) {
|