Hi
I am exporting performance test using the Azure pipeline k6-load-test task to a Grafana Cloud project and setting a note and test wide tags in the test options.
I can see the test runs under Testing & synthetics > Performance > Projects but the note does not display, instead there is a “Create note” button.
Also I can see no test wide tags and so cannot filter on them.
I have tried added the tags as cli args e.g. --tag environment=myenv
within the pipeline yml and also in the options e.g.
tags: {
environment: 'myenv'
},
The note is added in the options ‘cloud’ property, e.g.
cloud : {
note: 'My note',
I would expect the note to show on the test run dashboard and the tags to also be visible somewhere there and able to be used as filters.
Note: when I add a new dashboard with grafanacloud-k6 data source, I can select a test run and the tags I created do show under the “Group by” drop-down.
Any help / info appreciated.
Thanks!