29 lines
747 B
Markdown
29 lines
747 B
Markdown
---
|
|
title: Flux runtime package
|
|
list_title: runtime package
|
|
description: >
|
|
The Flux `runtime` package includes functions that provide information about the
|
|
current Flux runtime. Import the `runtime` package.
|
|
aliases:
|
|
- /influxdb/v2.0/reference/flux/functions/runtime/
|
|
- /influxdb/v2.0/reference/flux/stdlib/runtime/
|
|
- /influxdb/cloud/reference/flux/stdlib/runtime/
|
|
menu:
|
|
flux_0_x_ref:
|
|
name: runtime
|
|
parent: Standard library
|
|
weight: 11
|
|
flux/v0.x/tags: [runtime, functions, package]
|
|
introduced: 0.38.0
|
|
---
|
|
|
|
The Flux `runtime` package includes functions that provide information about the
|
|
current Flux runtime. Import the `runtime` package:
|
|
|
|
```js
|
|
import "runtime"
|
|
```
|
|
|
|
## Functions
|
|
{{< children type="functions" show="pages" >}}
|