docs-v2/content/influxdb/cloud/query-data/flux/increase.md

21 lines
647 B
Markdown

---
title: Calculate the increase
seotitle: Calculate the increase in Flux
list_title: Increase
description: >
Use the [`increase()` function](/influxdb/cloud/reference/flux/stdlib/built-in/transformations/increase/)
to track increases across multiple columns in a table.
This function is especially useful when tracking changes in counter values that
wrap over time or periodically reset.
weight: 210
menu:
influxdb_cloud:
parent: Query with Flux
name: Increase
influxdb/cloud/tags: [query, increase, counters]
related:
- /{{< latest "flux" >}}/stdlib/universe/increase/
list_query_example: increase
---
{{< duplicate-oss >}}