InfluxDB Community Templates: Quickly collect & analyze time series data from a range of sources: Kubernetes, MySQL, Postgres, AWS, Nginx, Jenkins, and more.
Adjusts the flux query used for per measurement cardinality calculations to ensure that the dashboard's timerange is passed into schema.measurements
schema.measurements() looks at the last 30 days by default, so if the operator had selected a timerange of >30 days, the calculations might exclude relevant measurements (anything not written to in the last 30 days)
Adjusts the flux query used for per measurement cardinality calculations to ensure that the dashboard's timerange is passed into
schema.measurements
schema.measurements()
looks at the last 30 days by default, so if the operator had selected a timerange of >30 days, the calculations might exclude relevant measurements (anything not written to in the last 30 days)