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

Commit 1b69548

Browse files
supriyagargojarjur
authored andcommitted
Add a tutorial to list Stackdrive groups, and read metrics for them. (#33)
* Update .test.sh so that the 'Group metrics' notebook can be tested. * Add a tutorial to list Stackdrive groups, and read metrics for them. * Add a link to the Group metrics notebook in the readme.
1 parent 7dca6bc commit 1b69548

File tree

3 files changed

+549
-1
lines changed

3 files changed

+549
-1
lines changed

.test.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
# 3. Enabled billing in that project.
2424
# 4. Created at least one Google Compute Engine VM in that project (this is
2525
# required by the monitoring 'Getting Started' notebook).
26+
# 5. Created a Stackdriver account, and a Stackdriver group containing one or
27+
# more Google Compute Engine VMs (this is required by the monitoring 'Group
28+
# metrics' notebook).
2629
#
2730
# If you do not have the assorted Datalab dependencies installed, then you can
2831
# run this inside of the Datalab kernel gateway environment using the following

Readme.ipynb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,10 @@
112112
"### Stackdriver Monitoring\n",
113113
"\n",
114114
"The tutorials for this module use a sample project. This project is not readable by everyone. In order to execute the tutorials, you will have to set a default project, and make sure that it has at least one GCE Instance.\n",
115-
"* [**Getting Started**](tutorials/Stackdriver Monitoring/Getting started.ipynb) - Cloud Datalab allows you to access and analyze the monitoring data. For an overview of how to access the timeseries data, start here."
115+
"* [**Getting Started**](tutorials/Stackdriver Monitoring/Getting started.ipynb) - Cloud Datalab allows you to access and analyze the monitoring data. For an overview of how to access the time series data, start here.\n",
116+
"\n",
117+
"\n",
118+
"* [**Group Metrics**](tutorials/Stackdriver Monitoring/Group metrics.ipynb) - How to list Stackdriver groups, and query time series data for a given group."
116119
]
117120
},
118121
{

0 commit comments

Comments
 (0)