Browse Source

add dashboard

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

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

@ -15,7 +15,13 @@
"environment": {
"uilayout": "editor-terminal",
"uieditorpath": "/tracing-workshop",
"showdashboard": true
"showdashboard": true,
"dashboards": [
{
"name": "Frontend",
"port": 5000
}
]
},
"backend": {
"imageid": "ubuntu"


Loading…
Cancel
Save