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

818 B

title seotitle list_title description weight menu influxdb/v2/tags related list_query_example source
Calculate the rate of change Calculate the rate of change in Flux Rate Use `derivative()` to calculate the rate of change between subsequent values or `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_v2
parent name
Query with Flux Rate
query
rate
/flux/v0/stdlib/universe/derivative/
/flux/v0/stdlib/experimental/aggregate/rate/
rate_of_change /shared/influxdb-v2/query-data/flux/rate.md