I recently setup a K6 script to run every 15 minutes, and we consistently see the following two error events in each run:
level=error msg=“Log output truncated at 261120 bytes”
level=error msg=“Metrics output truncated at 102400 bytes”
I wasn’t able to locate any documentation about these - it would be useful to have more insight into a few things around these events:
-
Is there any configuration I can make anywhere to increase the byte limit for both log and metric output generated from this synthetic monitor so no info is truncated?
-
I am not clear what the impact of having this data truncated is. Is the impact that if/when a group fails, it may not have any events saved - particularly if it is in the latter portion of the workflow?
1 post - 1 participant