You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After updating to 0.27.1, this line is triggering a panic: runtime error: index out of range [1] with length 1 for us.
Could you run the exporter with --log.level=debug and give us an example of a line that's triggering this? Ideally, add it as a test case and see if that also fails.
@GrgDev it seems that we need to check whether the splitting actually resulted in enough parts, do you have capacity to look into that?