小编JBB*_*JBB的帖子

如何在 k8s 集群中更新 Prometheus 配置

我在 k8s 中运行 Prometheus。您能否建议我如何更改prometheus.yaml集群中的运行配置?我只想简单地改变:

scrape_configs:
- job_name: my-exporter
  scrape_interval: 15s
  scrape_timeout: 10s
  metrics_path: /metrics
  scheme: http
Run Code Online (Sandbox Code Playgroud)

我怎样才能做到这一点?

谢谢。

config kubernetes prometheus

5
推荐指数
1
解决办法
8442
查看次数

标签 统计

config ×1

kubernetes ×1

prometheus ×1