mirror of
https://github.com/coreos/prometheus-operator.git
synced 2026-02-06 09:46:16 +01:00
In #6667, we forgot to support the new runtime configuration for the PrometheusAgent CRD. Signed-off-by: Simon Pasquier <spasquie@redhat.com>
27 lines
611 B
Plaintext
Generated
27 lines
611 B
Plaintext
Generated
global:
|
|
scrape_interval: 30s
|
|
external_labels:
|
|
prometheus: default/test
|
|
prometheus_replica: $(POD_NAME)
|
|
evaluation_interval: 30s
|
|
scrape_configs: []
|
|
remote_write:
|
|
- url: http://example.com
|
|
sigv4:
|
|
region: us-central-0
|
|
access_key: access-key
|
|
secret_key: secret-key
|
|
profile: profilename
|
|
role_arn: arn:aws:iam::123456789012:instance-profile/prometheus
|
|
queue_config:
|
|
capacity: 1000
|
|
min_shards: 1
|
|
max_shards: 10
|
|
max_samples_per_send: 100
|
|
batch_send_deadline: 20s
|
|
min_backoff: 1s
|
|
max_backoff: 10s
|
|
metadata_config:
|
|
send: false
|
|
send_interval: 1m
|