Skip to content

Commit 72fa14b

Browse files
Takashi MatsuoJon Wayne Parrott
Takashi Matsuo
authored and
Jon Wayne Parrott
committed
Stackdriver product rename (GoogleCloudPlatform#508)
1 parent 251eeb2 commit 72fa14b

8 files changed

+8
-8
lines changed

monitoring/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ For more information on Cloud Monitoring you can visit:
2323

2424
> https://cloud.google.com/monitoring
2525
26-
For more information on the Cloud Monitoring API Python library surface you
26+
For more information on the Stackdriver Monitoring API Python library surface you
2727
can visit:
2828

2929
> https://developers.google.com/resources/api-libraries/documentation/storage/v2beta2/python/latest/

monitoring/api/v2/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Cloud Monitoring API Samples
1+
# Stackdriver Monitoring API Samples
22

33
<!-- auto-doc-link -->
44
These samples are used on the following documentation page:

monitoring/api/v2/auth.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
"""Sample command-line program for retrieving Google Cloud Monitoring API data.
17+
"""Sample command-line program for retrieving Stackdriver Monitoring API data.
1818
1919
Prerequisites: To run locally, download a Service Account JSON file from
2020
your project and point GOOGLE_APPLICATION_CREDENTIALS to the file.

monitoring/api/v2/labeled_custom_metric.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
"""Creates, writes, and reads a labeled custom metric.
1919
20-
This is an example of how to use the Google Cloud Monitoring API to create,
20+
This is an example of how to use the Stackdriver Monitoring API to create,
2121
write, and read a labeled custom metric.
2222
The metric has two labels: color and size, and the data points represent
2323
the number of shirts of the given color and size in inventory.

monitoring/api/v2/lightweight_custom_metric.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
"""Writes and reads a lightweight custom metric.
1919
20-
This is an example of how to use the Google Cloud Monitoring API to write
20+
This is an example of how to use the Stackdriver Monitoring API to write
2121
and read a lightweight custom metric. Lightweight custom metrics have no
2222
labels and you do not need to create a metric descriptor for them.
2323

monitoring/api/v3/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Cloud Monitoring v3 Sample
22

3-
Sample command-line programs for retrieving Google Monitoring API V3 data.
3+
Sample command-line programs for retrieving Stackdriver Monitoring API V3 data.
44

55
`list_resources.py` is a simple command-line program to demonstrate connecting to the Google
66
Monitoring API to retrieve API data and print out some of the resources.

monitoring/api/v3/custom_metric.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# See the License for the specific language governing permissions and
1212
# limitations under the License.
1313

14-
""" Sample command-line program for writing and reading Google Monitoring API
14+
""" Sample command-line program for writing and reading Stackdriver Monitoring API
1515
V3 custom metrics.
1616
1717
Simple command-line program to demonstrate connecting to the Google

monitoring/api/v3/list_resources.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# See the License for the specific language governing permissions and
1212
# limitations under the License.
1313

14-
""" Sample command-line program for retrieving Google Monitoring API V3 data.
14+
""" Sample command-line program for retrieving Stackdriver Monitoring API V3 data.
1515
1616
See README.md for instructions on setting up your development environment.
1717

0 commit comments

Comments
 (0)