@@ -5,7 +5,7 @@ Using the API
55Introduction
66------------
77
8- With the Monitoring API, you can work with Stackdriver metric data
8+ With the Stackdriver Monitoring API, you can work with Stackdriver metric data
99pertaining to monitored resources in Google Cloud Platform (GCP)
1010or elsewhere.
1111
@@ -21,7 +21,7 @@ Essential concepts:
2121- A **time series ** is a collection of data points associated with
2222 points or intervals in time.
2323
24- Please refer to the documentation for the `Monitoring API `_ for
24+ Please refer to the documentation for the `Stackdriver Monitoring API `_ for
2525more information.
2626
2727At present, this client library supports the following features
@@ -32,13 +32,13 @@ of the API:
3232- Creation and deletion of metric descriptors for custom metrics.
3333- (Writing of custom metric data will be coming soon.)
3434
35- .. _ Monitoring API : https://cloud.google.com/monitoring/api/v3/
35+ .. _ Stackdriver Monitoring API : https://cloud.google.com/monitoring/api/v3/
3636
3737
38- The Monitoring Client Object
39- ----------------------------
38+ The Stackdriver Monitoring Client Object
39+ ----------------------------------------
4040
41- The monitoring client library generally makes its
41+ The Stackdriver Monitoring client library generally makes its
4242functionality available as methods of the monitoring
4343:class: `~gcloud.monitoring.client.Client ` class.
4444A :class: `~gcloud.monitoring.client.Client ` instance holds
0 commit comments