Rancher集群监控+ Prometheus运算符?

时间:2019-09-03 15:51:56

标签: kubernetes rancher prometheus-operator

我正在用Rancher管理几个k8s集群。我已经使用Rancher的群集监视应用程序设置了其中的大多数(因此,在工作负载监视下,图形和grafana链接显示在rancher中)。

问题:有没有一种方法可以配置Rancher来从prometheus-operator中提取指标/图形?

我在Slack中问过这个问题,但根本没有得到答案或答复。

原因:似乎我可以为prometheus-operator配置/添加其他配置(configmaps),而不能将其添加到通过Rancher的群集监视应用程序安装的prometheus中。

Rancher安装了prometheus-operator,但是在应用程序中说不要触摸它(截图) enter image description here

编辑:

这就是我一直以来的样子:

additionalScrapeConfigs:[]

https://github.com/rancher/system-charts/blob/dev/charts/rancher-monitoring/v0.0.3/charts/prometheus/values.yaml#L61

storageSpec: {}

https://github.com/rancher/system-charts/blob/dev/charts/rancher-monitoring/v0.0.3/charts/prometheus/values.yaml#L35

与coreos / prometheus-operator图表不同: 牧场主监控应用程序的答案应该是:

prometheus:
  additionalScrapeConfigs: []
# - job_name: "prometheus"
#   static_configs:
#   - targets:
#     - "localhost:9090"
  remoteWrite: []
# - url: http://remote1/push

0 个答案:

没有答案