Cybersecurity
DevOps Cloud (ADM)
IT Operations Cloud
Enabled Dynatrace tagging from runtime settings in DevWeb script and noticed that DevWeb will generate "X-Dynatrace-Test:" header info as following:
ID= (as specified in: https://www.dynatrace.com/support/help/shortlink/load-testing-process#tag-test-requests-and-push-custom-events)
PC= (as specified in: https://www.dynatrace.com/support/help/shortlink/load-testing-process#tag-test-requests-and-push-custom-events)
NA= Transaction name, this should be according to: https://www.dynatrace.com/support/help/shortlink/load-testing-process#tag-test-requests-and-push-custom-events = TSN!!!
SI= (as specified in: https://www.dynatrace.com/support/help/shortlink/load-testing-process#tag-test-requests-and-push-custom-events)
SN= Test name, this should be according to https://www.dynatrace.com/support/help/shortlink/load-testing-process#tag-test-requests-and-push-custom-events = LSN
My request is that test developer should be able to define this header itself or make it according to https://www.dynatrace.com/support/help/shortlink/load-testing-process#tag-test-requests-and-push-custom-events to unify this with older scripts (non DevWeb). Even though this is able to define in Dynatrace I want to avoid adding more parameters to Dynatrace side since these are already once done.