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
I tried to get this and while I did think I got it, it turned out that I had stacked lines on and that basically meants one of the dots was at 10 and the other at 20 (stacked on top of it). But the values were always 10, just the graph.
For the record I literally ran your script with k6 cloud -i 10 script.js and with k6 run -o cloud -i 10 script.js and both test worked as expected.
Given that I can't reproduce it and this seems to be a GCk6 thing - please contact support and they will be able to look at the exact test run you did.
I will close this for now, if it turns out it is a problem within k6 cli, please comment agani and we will reopen it.
Brief summary
The group by tags feature from Grafana Cloud doesn't seem to work if custom K6 counters are tagged (when using K6 as a datasource).
I'm not sure if the problem is on K6 side or Grafana Cloud side.
k6 version
0.55 with patch from #4050
OS
Ubuntu 22.04
Docker version and image (if applicable)
No response
Steps to reproduce the problem
If I do not understand how the aggregation or grouping works, I apologize.
Expected behaviour
Both test_counter{mytag="1"} and test_counter{mytag="2"} have 10 as a value of cumulative sum. test_counter without grouping has 20 as a value.
Actual behaviour
Both test_counter{mytag="1"} and test_counter{mytag="2"} have 20 as a value of cumulative sum.
If no grouping is applied, the value is still 20:
This can be worked around with a tag filter, but this kinda defeats the idea of grouping:
The text was updated successfully, but these errors were encountered: