xk6-output-influxdb icon indicating copy to clipboard operation
xk6-output-influxdb copied to clipboard

discuss: did we really care about the report elapsed?

Open woodgear opened this issue 3 years ago • 2 comments

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.

woodgear avatar Aug 13 '22 05:08 woodgear

maybe we could just delete this warning?. i am happy to fire a pr to remove this. what do you think?

woodgear avatar Aug 13 '22 05:08 woodgear

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. 🤷

javaducky avatar Aug 15 '22 19:08 javaducky