docs-v2/content/influxdb/cloud/reference/flux/stdlib/runtime/_index.md

627 B

title list_title description aliases menu weight influxdb/v2.0/tags
Flux runtime package Runtime package The Flux runtime package includes functions that provide information about the current Flux runtime. Import the `runtime` package.
/influxdb/cloud/reference/flux/functions/runtime/
influxdb_cloud_ref
name parent
Runtime Flux standard library
202
runtime
functions
package

The Flux runtime package includes functions that provide information about the current Flux runtime. Import the runtime package:

import "runtime"

{{< children type="functions" show="pages" >}}