我正在用Rancher管理几个k8s集群。我已经使用Rancher的群集监视应用程序设置了其中的大多数(因此,在工作负载监视下,图形和grafana链接显示在rancher中)。
问题:有没有一种方法可以配置Rancher来从prometheus-operator
中提取指标/图形?
我在Slack中问过这个问题,但根本没有得到答案或答复。
原因:似乎我可以为prometheus-operator
配置/添加其他配置(configmaps),而不能将其添加到通过Rancher的群集监视应用程序安装的prometheus中。
Rancher安装了prometheus-operator,但是在应用程序中说不要触摸它(截图)
编辑:
这就是我一直以来的样子:
additionalScrapeConfigs:[]
和
storageSpec: {}
与coreos / prometheus-operator图表不同: 牧场主监控应用程序的答案应该是:
prometheus:
additionalScrapeConfigs: []
# - job_name: "prometheus"
# static_configs:
# - targets:
# - "localhost:9090"
remoteWrite: []
# - url: http://remote1/push