Hi,
I’m integrating our tests into k6 for dashboarding. I’m doing this via custom-resource yaml files that represent my tests. These get uploaded to our kubernetes cluster where the DataDog agent runs.
My question is this, what do I need to add to my custom-resource in order to get data to display in DataDog regarding:
- The name of the test that ran (the test file name would be fine)
- Information about the load executed. Currently I write this data into the test file itself via Options but I’m open to doing it as CLI args if that would make it easier.
If you look at the image below, I get the information about avg tps and data sent ect… but I don’t have metadata context about what was run. That’s what points 1 and 2 are about.
Thank you