xk6-output-influxdb
xk6-output-influxdb copied to clipboard
discuss: did we really care about the report elapsed?
https://github.com/grafana/xk6-output-influxdb/blob/508c0bbb9bd6708e586e166da494869c847906a3/pkg/influxdb/output.go#L210
as long as influxdb store our data without eror, i thought it does not matter how long it takes.
maybe we could just delete this warning?. i am happy to fire a pr to remove this. what do you think?
Are you seeing this entry in your logs a lot? Is this something you should just increase the K6_INFLUXDB_PUSH_INTERVAL when running your scripts? This may be a helpful issue if your network encounters unexpected latency and/or you are attempting to push too frequently. 🤷