Closed TheSpiritXIII closed 2 months ago
Pre-req: https://github.com/GoogleCloudPlatform/prometheus-engine/pull/1104
The following are now settable in the rule-evaluator Prometheus config:
google_cloud: query: project_id: []string generator_url: string credentials: string
When both CLI arguments and configurations are present, the CLI arguments will be the default and the set configurations will override the CLI arguments.
For now, this is only settable at startup time. https://github.com/GoogleCloudPlatform/prometheus-engine/pull/1129 allows setting on runtime.
Pre-req: https://github.com/GoogleCloudPlatform/prometheus-engine/pull/1104The following are now settable in the rule-evaluator Prometheus config:
When both CLI arguments and configurations are present, the CLI arguments will be the default and the set configurations will override the CLI arguments.
For now, this is only settable at startup time. https://github.com/GoogleCloudPlatform/prometheus-engine/pull/1129 allows setting on runtime.