I am running a load test using k6-operator with Dynatrace plug-in. Results are coming as expected with out “tags”. I saw in k6 documentation about K6_DYNATRACE_HEADER. I added multiple ENV variables at resource.yaml like as below.
env:
- name: K6_DYNATRACE_URL
value: https://********.live.dynatrace.com
- name: K6_DYNATRACE_HEADER_APPID_HEADER
value: “12345”
- name: K6_DYNATRACE_HEADER_APPNAME_HEADER
value: “My Application Name”
I would like to slice and dice the results using APPID and APPNAME. But Dynatrace is not showing these headers under Dimensions. Am I missing anything here. Do I need to do any changes at K6 scripts. Even Please suggest if we have the way to send “tags” to Dynatrace. Your help would be appreciated here.