choonkeat / k6-grafana-influxdb-docker-compose

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

k6-grafana-influxdb-docker-compose

Project based on the design provided on the repository.

This is a repository for designing dashboards and scenarios describing good practices in K6.

TODO

  • Check InfluxDB limits (requests):
ERRO[0079] Couldn't write stats                          error="{\"error\":\"Request Entity Too Large\"}\n" output=InfluxDBv1

Occurs on high load (xk6-kafka scripts on > 5 VUs).

  • Check error:
WARN[0005] The flush operation took higher than the expected set push interval. If you see this message multiple times then the setup or configuration need to be adjusted to achieve a sustainable rate.  output=InfluxDBv1 t=1.7028393s

Occurs on high load (xk6-kafka scripts on > 5 VUs).

https://community.k6.io/t/the-flush-operation-took-higher-than-the-expected-set-push-interval/2469

  • Optimize data that is stored (in tags)

About

License:The Unlicense


Languages

Language:JavaScript 85.9%Language:PowerShell 7.3%Language:Shell 6.8%