--- title: prometheus package description: > The `prometheus` package provides tools for working with [Prometheus-formatted metrics](https://prometheus.io/docs/instrumenting/exposition_formats/). menu: flux_v0_ref: name: prometheus parent: experimental identifier: experimental/prometheus weight: 21 cascade: flux/v0/tags: [prometheus] introduced: 0.50.0 --- The `prometheus` package provides tools for working with [Prometheus-formatted metrics](https://prometheus.io/docs/instrumenting/exposition_formats/). Import the `experimental/prometheus` package: ```js import "experimental/prometheus" ``` ## Functions {{< children type="functions" show="pages" >}}