Skip to content

Commit 8ff401c

Browse files
author
Sunny Jiao
committed
update promethues
1 parent b3f5309 commit 8ff401c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

metric_monitor/conf/prometheus-remote-write.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ remote_write:
3434
X-Service-Group: "tron-fullnode-group1"
3535
remote_timeout: 15s
3636
queue_config:
37-
capacity: 50000
38-
max_shards: 200 # the maximum number of shards, or parallelism, Prometheus will use for each remote-write queue
37+
capacity: 3000
38+
max_shards: 10 # the maximum number of shards, or parallelism, Prometheus will use for each remote-write queue
3939
min_shards: 1
40-
max_samples_per_send: 10000
41-
batch_send_deadline: 3s
42-
min_backoff: 200ms
43-
max_backoff: 5s
40+
max_samples_per_send: 1000
41+
batch_send_deadline: 6s
42+
min_backoff: 1000ms
43+
max_backoff: 6s
4444
metadata_config:
4545
send: true
46-
send_interval: 3s # How frequently metric metadata is sent to remote storage.
47-
max_samples_per_send: 50000
46+
send_interval: 120s # How frequently metric metadata is sent to remote storage.
47+
max_samples_per_send: 1000

0 commit comments

Comments
 (0)