简体   繁体   English

将 opensearch prometheus exporter 集成到 Kube.netes/helm

[英]Integrate opensearch prometheus exporter to Kubernetes/helm

My Opensearch app runs in Kube.netes.我的 Opensearch 应用程序在 Kube.netes 中运行。

I found this OpenSearch exporter plugin: https://github.com/aparo/opensearch-prometheus-exporter我找到了这个 OpenSearch 导出器插件: https://github.com/aparo/opensearch-prometheus-exporter

to export metrics to prometheus.将指标导出到普罗米修斯。 Is there any option to integrate this solution to kube.netes?是否有将此解决方案集成到 kube.netes 的选项?

Yes, after you install plugins, You need Prometheus running on Kube.netes.是的,安装插件后,您需要在 Kube.netes 上运行 Prometheus。

I recommend you install Prometheus-operator, which creates Prometheus service for you.我建议您安装 Prometheus-operator,它会为您创建 Prometheus 服务。

https://github.com/prometheus-operator/prometheus-operator/blob/main/Documentation/user-guides/getting-started.md https://github.com/prometheus-operator/prometheus-operator/blob/main/Documentation/user-guides/getting-started.md

It includes the "ServiceMonitor" kind, which defines what "pod" under a "service" you would like to monitor.它包括“ServiceMonitor”种类,它定义了您想要监控的“服务”下的“pod”。

After creating the "ServerMonitor" point to your Opensearch pod correctly, Prometheus will scape your metrics.在正确创建指向您的 Opensearch pod 的“ServerMonitor”之后,Prometheus 将对您的指标进行 scape。

暂无
暂无

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

相关问题 如何在 helm 托管环境中安装 prometheus exporter 插件到 openSearch - How to install prometheus exporter plugin to openSearch in helm managed environment kubernetes 上的 prometheus 节点导出器 - prometheus node-exporter on kubernetes 如何在 Kubernetes 中安装用于 Prometheus 监控的 MongoDb 导出器 - How to Install MongoDb Exporter for Prometheus Monitoring in Kubernetes Kubernetes 上的 Prometheus Presto-Exporter 配置 - Prometheus Presto-Exporter Configuration on Kubernetes Kubernetes - Prometheus - 如果 Prometheus 已经发现 pod,是否真的需要 exporter? - Kubernetes - Prometheus - Is exporter really needed if pods are already discovered by prometheus? 如何在kubernetes集群上集成Prometheus? - how to integrate prometheus on kubernetes cluster? Kube-Prometheus-Stack Helm Chart v14.40:在 macOS Catalina 10.15.7 上的 Docker 中,节点导出器和抓取目标不健康 Kubernetes 集群 - Kube-Prometheus-Stack Helm Chart v14.40 : Node-exporter and scrape targets unhealthy in Docker For Mac Kubernetes Cluster on macOS Catalina 10.15.7 无法访问安装在kubernetes中的Prometheus Postgres导出器:连接被拒绝 - Can't access Prometheus Postgres exporter installed in kubernetes: connection refused Kubernetes HPA使用Prometheus Node-Exporter的指标 - Kubernetes HPA with metrics from Prometheus Node-Exporter 无法在 Kubernetes 中部署的 Prometheus 服务器中找到 Prometheus 自定义应用程序导出器作为目标 - Unable to find Prometheus custom app exporter as a target in Prometheus server deployed in Kubernetes
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM