简体   繁体   English

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

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

I want to use Prometheus to monitor Spark (using spark driver API) but I also want to use Kibana for better investigation capabilities.我想使用 Prometheus 来监控 Spark(使用 Spark 驱动程序 API),但我也想使用 Kibana 来获得更好的调查能力。 So I want to export those metrics from Prometheus also to Elastic Search as records to show on Kibana.所以我想将这些指标从 Prometheus 导出到 Elastic Search 作为记录显示在 Kibana 上。

Is it somehow possible?有可能吗?

You can check this blog where they have shown various way to export prometheus metrics to Elasticsearch.你可以查看这个博客,他们展示了将 prometheus 指标导出到 Elasticsearch 的各种方法。

You can use metricbeat as well to get data from prometheus as it provide module for same.您也可以使用metricbeat从 prometheus 获取数据,因为它提供了相同的模块。

Also, if you are using latest version of Elasticsearch then you can explore Elastic Agent and Fleet as well, which have integration for prometheus .此外,如果您使用的是最新版本的 Elasticsearch,那么您也可以探索 Elastic Agent 和 Fleet,它们已与 prometheus 集成

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

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