From eacc999f549083504221fb70ea5d6a1a87e4d799 Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Tue, 2 Jul 2019 15:29:24 -0400 Subject: [PATCH] add dashboard --- dash-apm-python/index.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/dash-apm-python/index.json b/dash-apm-python/index.json index 88890cf..5241432 100644 --- a/dash-apm-python/index.json +++ b/dash-apm-python/index.json @@ -15,7 +15,13 @@ "environment": { "uilayout": "editor-terminal", "uieditorpath": "/tracing-workshop", - "showdashboard": true + "showdashboard": true, + "dashboards": [ + { + "name": "Frontend", + "port": 5000 + } + ] }, "backend": { "imageid": "ubuntu"