docs: tweak wording

pull/5629/head
B Tasker 2024-10-02 15:19:51 +01:00
parent 71c36d7a74
commit a5e4992195
No known key found for this signature in database
GPG Key ID: F289CDD2317B182C
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ Fluxdoc syntax: https://github.com/influxdata/flux/blob/master/docs/fluxdoc.md
Although this function is similar to InfluxQL's [`SHOW SERIES CARDINALITY`](/influxdb/v1/query_language/spec/#show-series-cardinality),
it works in a slightly different manner.
`influxdb.cardinality()` is time bounded and reports the cardinality of the data that's passed into it rather than the cardinality of the bucket as a whole.
`influxdb.cardinality()` is time bounded and reports the cardinality of data that matches the conditions passed into it rather than that of the bucket as a whole.
{{% /note %}}