docs-v2/content/v2.0/reference/flux/stdlib/experimental/prometheus/_index.md

912 B

title list_title description menu weight v2.0/tags
Flux Prometheus package Prometheus package The Flux Prometheus package provides functions for working with Prometheus-formatted metrics. Import the `experimental/prometheus` package.
v2_0_ref
name parent
Prometheus Experimental
201
functions
prometheus
package

Flux Prometheus functions provide tools for working with Prometheus-formatted metrics.

{{% warn %}} The Prometheus package is currently experimental and subject to change at any time. By using this package, you accept the risks of experimental functions. {{% /warn %}}

Import the experimental/prometheus package:

import "experimental/prometheus"

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