We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 427f057 commit 2dba126Copy full SHA for 2dba126
1 file changed
config/components/vector-metrics-gateway/vector-hr.yaml
@@ -182,9 +182,9 @@ spec:
182
- add_project_tags
183
endpoint: ${VICTORIA_METRICS_REMOTE_WRITE_URL}
184
batch:
185
- max_bytes: 1048576
186
- max_events: 2000
187
- timeout_secs: 10
+ max_bytes: 262144
+ max_events: 500
+ timeout_secs: 5
188
buffer:
189
type: disk
190
max_size: 10737418240
@@ -193,7 +193,7 @@ spec:
193
retry_attempts: 9999999
194
retry_initial_backoff_secs: 1
195
retry_max_duration_secs: 300
196
- timeout_secs: 120
+ timeout_secs: 300
197
healthcheck:
198
enabled: true
199
compression: gzip
0 commit comments