@@ -9,7 +9,7 @@ This directory contains samples for Google Cloud Bigtable. `Google Cloud Bigtabl
99This sample demonstrates using `Stackdriver monitoring `_,
1010to scale Cloud Bigtable based on CPU usage.
1111
12- .. Stackdriver Monitoring: http://cloud.google.com/monitoring/docs
12+ .. _ Stackdriver Monitoring : http://cloud.google.com/monitoring/docs
1313
1414
1515.. _Google Cloud Bigtable : https://cloud.google.com/bigtable/docs
@@ -88,12 +88,13 @@ To run this sample:
8888 usage: autoscaler.py [-h] [--high_cpu_threshold HIGH_CPU_THRESHOLD]
8989 [--low_cpu_threshold LOW_CPU_THRESHOLD]
9090 [--short_sleep SHORT_SLEEP] [--long_sleep LONG_SLEEP]
91- instance_id
91+ bigtable_instance bigtable_cluster
9292
9393 Scales Bigtable clusters based on CPU usage.
9494
9595 positional arguments:
96- instance_id ID of the Cloud Bigtable instance to connect to.
96+ bigtable_instance ID of the Cloud Bigtable instance to connect to.
97+ bigtable_cluster ID of the Cloud Bigtable cluster to connect to.
9798
9899 optional arguments:
99100 -h, --help show this help message and exit
@@ -120,11 +121,11 @@ This sample uses the `Google Cloud Client Library for Python`_.
120121You can read the documentation for more details on API usage and use GitHub
121122to `browse the source `_ and `report issues `_.
122123
123- .. Google Cloud Client Library for Python:
124+ .. _ Google Cloud Client Library for Python :
124125 https://googlecloudplatform.github.io/google-cloud-python/
125- .. browse the source:
126+ .. _ browse the source :
126127 https://github.com/GoogleCloudPlatform/google-cloud-python
127- .. report issues:
128+ .. _ report issues :
128129 https://github.com/GoogleCloudPlatform/google-cloud-python/issues
129130
130131
0 commit comments