我想使用本地Grafana服务器来监控Openshift4平台上的pods。但是我发现Grafana无法添加openshift-monitoring项目的内置Prometheus作为数据源。我应该怎么做才能解决这个问题?或者我的本地服务器有没有其他方式访问openshift pod的监控数据。
发布于 2020-10-29 03:51:01
您可以使用OpenShift CLI (oc)工具获取Prometheus、Alertmanager和Grafana web UI的URL。
因此,您应该能够检索Prometheus的URL,并从集群外部查询Prometheus。
https://stackoverflow.com/questions/64437559
复制相似问题