docs-v2/content/flux/v0.x/stdlib/runtime/_index.md

747 B

title list_title description aliases menu weight flux/v0.x/tags introduced
Flux runtime package runtime package The Flux `runtime` package includes functions that provide information about the current Flux runtime. Import the `runtime` package.
/influxdb/v2.0/reference/flux/functions/runtime/
/influxdb/v2.0/reference/flux/stdlib/runtime/
/influxdb/cloud/reference/flux/stdlib/runtime/
flux_0_x_ref
name parent
runtime Standard library
11
runtime
functions
package
0.38.0

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

import "runtime"

Functions

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