File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
reading/src/main/resources Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- // These are the wgets that just use the Dynatrace HTTP Test Name
1+ echo These are the wgets that just use the Dynatrace HTTP Test Name
22 wget http://${appip}:9080/to-read -d --header="x-dynatrace: NA=reading.to-read"
33 wget http://${appip}:9080/to-read/Fiction -d --header="x-dynatrace: NA=reading.to-read.fiction"
44 wget http://${appip}:9080/to-read/Misc -d --header="x-dynatrace: NA=reading.to-read.misc"
77 wget http://${appip}:9090/all -d --header="x-dynatrace: NA=bookstore.all"
88
99
10- // These are the wgets that also include the Dynatrace Test Run ID as provided by the Dynatrace Jenkins Plugin
10+ echo These are the wgets that also include the Dynatrace Test Run ID as provided by the Dynatrace Jenkins Plugin
1111 wget http://${appip}:9080/to-read -d --header="x-dynatrace: NA=reading.to-read;TR=$dtTestrunID"
1212 wget http://${appip}:9080/to-read/Fiction -d --header="x-dynatrace: NA=reading.to-read.fiction;TR=$dtTestrunID"
1313 wget http://${appip}:9080/to-read/Misc -d --header="x-dynatrace: NA=reading.to-read.misc;TR=$dtTestrunID"
Original file line number Diff line number Diff line change 11server.port =9080
22bookstore.url =http://127.0.0.1:9090
3- reading.version =1
3+ reading.version =2
44reading.processingtime =500
You can’t perform that action at this time.
0 commit comments