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

823 B

title seotitle list_title description weight menu influxdb/cloud/tags related list_query_example
Calculate the rate of change Calculate the rate of change in Flux Rate Use the [`derivative()` function](/flux/v0/stdlib/universe/derivative/) to calculate the rate of change between subsequent values or the [`aggregate.rate()` function](/influxdb/cloud/reference/flux/stdlib/experimental/aggregate/rate/) to calculate the average rate of change per window of time. If time between points varies, these functions normalize points to a common time interval making values easily comparable. 210
influxdb_cloud
parent name
Query with Flux Rate
query
rate
/flux/v0/stdlib/universe/derivative/
/flux/v0/stdlib/experimental/aggregate/rate/
rate_of_change

{{< duplicate-oss >}}