Skip to content

Commit 5fbc6c7

Browse files
authored
fix: metric config (#58)
1 parent 34c9c81 commit 5fbc6c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metric_monitor/conf/prometheus-remote-write.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ remote_write:
3939
max_shards: 200 # the maximum number of shards, or parallelism, Prometheus will use for each remote-write queue
4040
min_shards: 1
4141
max_samples_per_send: 5000
42-
batch_send_deadline: 5s
42+
batch_send_deadline: 1s
4343
min_backoff: 200ms
4444
max_backoff: 5s
4545
metadata_config:

0 commit comments

Comments
 (0)