min() function

Empty tables

Examples

  1. from(bucket:"example-bucket")
  2. |> range(start:-1h)
  3. r._measurement == "cpu" and
  4. r._field == "usage_system"

Related articles