Skip to content

Commit 2dba126

Browse files
committed
feat: update batch configuration and timeout settings in vector-hr
1 parent 427f057 commit 2dba126

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

config/components/vector-metrics-gateway/vector-hr.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -182,9 +182,9 @@ spec:
182182
- add_project_tags
183183
endpoint: ${VICTORIA_METRICS_REMOTE_WRITE_URL}
184184
batch:
185-
max_bytes: 1048576
186-
max_events: 2000
187-
timeout_secs: 10
185+
max_bytes: 262144
186+
max_events: 500
187+
timeout_secs: 5
188188
buffer:
189189
type: disk
190190
max_size: 10737418240
@@ -193,7 +193,7 @@ spec:
193193
retry_attempts: 9999999
194194
retry_initial_backoff_secs: 1
195195
retry_max_duration_secs: 300
196-
timeout_secs: 120
196+
timeout_secs: 300
197197
healthcheck:
198198
enabled: true
199199
compression: gzip

0 commit comments

Comments
 (0)