Browse Source

change protocol to http

master
Brett Langdon 7 years ago
parent
commit
36eb9969d1
No known key found for this signature in database GPG Key ID: E6600FB894DB3D19
2 changed files with 4 additions and 2 deletions
  1. +3
    -1
      dash-apm-python/index.json
  2. +1
    -1
      dash-apm-python/step_2.md

+ 3
- 1
dash-apm-python/index.json View File

@ -47,6 +47,8 @@
"backend": {
"imageid": "ubuntu",
"reuseConnection": true,
"livetime": "3h"
"livetime": "3h",
"environmentsprotocol": "http",
"port": 5000
}
}

+ 1
- 1
dash-apm-python/step_2.md View File

@ -10,7 +10,7 @@ Next, run the following command to start our docker services:
Next, open the web interface to verify the application is up and running:
https://[[HOST_SUBDOMAIN]]-5000-[[KATACODA_HOST]].environments.katacoda.com
http://[[HOST_SUBDOMAIN]]-5000-[[KATACODA_HOST]].environments.katacoda.com
Finally, open APM trace list to ensure traces are being submitted successfully:


Loading…
Cancel
Save