繁体   English   中英

将指标从 Prometheus 导出到 Elastics Search 以获得更好的监控能力

[英]Exporting metrics from Prometheus to Elastics Search for better monitoring capabilities

我想使用 Prometheus 来监控 Spark(使用 Spark 驱动程序 API),但我也想使用 Kibana 来获得更好的调查能力。 所以我想将这些指标从 Prometheus 导出到 Elastic Search 作为记录显示在 Kibana 上。

有可能吗?

你可以查看这个博客,他们展示了将 prometheus 指标导出到 Elasticsearch 的各种方法。

您也可以使用metricbeat从 prometheus 获取数据,因为它提供了相同的模块。

此外,如果您使用的是最新版本的 Elasticsearch,那么您也可以探索 Elastic Agent 和 Fleet,它们已与 prometheus 集成

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM