% This is generated by ESQL's AbstractFunctionTestCase. Do not edit it. See ../README.md for how to regenerate it.

**Example**

```esql
TS k8s
| STATS cost=SUM(MIN_OVER_TIME(network.cost)) BY cluster, time_bucket = TBUCKET(1minute)
```

| cost:double | cluster:keyword | time_bucket:datetime |
| --- | --- | --- |
| 29.0 | prod | 2024-05-10T00:19:00.000Z |
| 27.625 | qa | 2024-05-10T00:06:00.000Z |
| 24.25 | qa | 2024-05-10T00:09:00.000Z |


