Skip to content
This repository was archived by the owner on Oct 21, 2022. It is now read-only.

Commit a1e5d98

Browse files
authored
Merge pull request #186 from ylil93/master
add monitoring dashboard
2 parents 685a873 + 45a864b commit a1e5d98

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

dashboard/main-template.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ <h1 class="title-1">Google Cloud
4141
<li>
4242
<a href="grid.html">Pairwise Dashboard</a>
4343
</li>
44+
<li>
45+
<a href="monitoring.html">Monitoring Dashboard</a>
46+
</li>
4447
</ul>
4548
</li>
4649
</ul>

dashboard/monitoring.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<iframe src="https://public.google.stackdriver.com/public/chart/4157338130786237845?drawMode=color&showLegend=true&theme=light" width="800" height="400" scrolling="no" seamless="seamless"></iframe>
2+
3+
<iframe src="https://public.google.stackdriver.com/public/chart/4961736977239820841?drawMode=color&showLegend=true&theme=light" width="800" height="400" scrolling="no" seamless="seamless"></iframe>
4+
5+
<iframe src="https://public.google.stackdriver.com/public/chart/11399103499555317561?drawMode=color&showLegend=true&theme=light" width="800" height="400" scrolling="no" seamless="seamless"></iframe>

0 commit comments

Comments
 (0)