我在 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)
我怎样才能做到这一点?
谢谢。