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

**Example**

```esql
TS k8s
| WHERE pod == "one"
| STATS increase_bytes_in = SUM(INCREASE(network.total_bytes_in)) BY cluster, time_bucket = TBUCKET(10minute)
```

| increase_bytes_in:double | cluster:keyword | time_bucket:datetime |
| --- | --- | --- |
| 2453.5 | prod | 2024-05-10T00:00:00.000Z |
| 5828.87 | qa | 2024-05-10T00:00:00.000Z |
| 2591.440476190476 | staging | 2024-05-10T00:00:00.000Z |


