Difference between revisions of "K6"
Jump to navigation
Jump to search
(Created page with "# Influxdb v2 support - https://github.com/grafana/xk6-output-influxdb - https://github.com/grafana/k6/issues/1730") |
|||
Line 3: | Line 3: | ||
- https://github.com/grafana/xk6-output-influxdb | - https://github.com/grafana/xk6-output-influxdb | ||
- https://github.com/grafana/k6/issues/1730 | - https://github.com/grafana/k6/issues/1730 | ||
+ | |||
+ | |||
+ | ``` | ||
+ | educe the K6_INFLUXDB_PUSH_INTERVAL and increase the K6_INFLUXDB_CONCURRENT_WRITES options for flushing batches with a smaller number of metrics. You probably will need to check the logs with the –verbose 8 option for setting the right values | ||
+ | ``` | ||
+ | https://community.k6.io/t/the-flush-operation-took-higher-than-the-expected-set-push-interval/2469 |
Latest revision as of 18:30, 28 September 2022
Influxdb v2 support
educe the K6_INFLUXDB_PUSH_INTERVAL and increase the K6_INFLUXDB_CONCURRENT_WRITES options for flushing batches with a smaller number of metrics. You probably will need to check the logs with the –verbose 8 option for setting the right values
https://community.k6.io/t/the-flush-operation-took-higher-than-the-expected-set-push-interval/2469