prometheus.scrape() 函数
prometheus.scrape()
是实验性的,并且 可能会随时更改。
prometheus.scrape()
从可访问的 HTTP 端点抓取 Prometheus 指标,并以表流的形式返回。
函数类型签名
(url: string) => stream[A] where A: Record
参数
url
(必需) 从中抓取 Prometheus 指标的 URL。
示例
抓取 InfluxDB OSS 内部指标
import "experimental/prometheus"
prometheus.scrape(url: "https://127.0.0.1:8086/metrics")
这个页面有帮助吗?
感谢您的反馈!