I'm trying to convert my JMeter script into dynatrace aware one. Dynatrace has published a tool which supposed to do it automatically.
Link to the source: https://community.dynatrace.com/community/display/DL/JMeter+Integration
./JMeterConvert.sh -source old.jmx -target new.jmx
I'm wondering if there is anyone there who has tried to do it.
After running above in terminal i end up with new script looking exactly the same - dynatrace headers are not being applied.
I would be grateful to find someone who has attempted it before.