prometheus.scrape() function
prometheus.scrape()
is experimental and subject to change at any time.
prometheus.scrape()
scrapes Prometheus metrics from an HTTP-accessible endpoint and returns
them as a stream of tables.
Function type signature
(url: string) => stream[A] where A: Record
Parameters
url
(Required) URL to scrape Prometheus metrics from.
Examples
Scrape InfluxDB OSS internal metrics
import "experimental/prometheus"
prometheus.scrape(url: "https://127.0.0.1:8086/metrics")
Was this page helpful?
Thank you for your feedback!
Support and feedback
Thank you for being part of our community! We welcome and encourage your feedback and bug reports for Flux and this documentation. To find support, use the following resources:
Customers with an annual or support contract can contact InfluxData Support.