Skip to content

Commit

Permalink
Stackdriver product rename (#508)
Browse files Browse the repository at this point in the history
  • Loading branch information
Takashi Matsuo authored and Jon Wayne Parrott committed Sep 8, 2016
1 parent 251eeb2 commit 72fa14b
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion monitoring/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ For more information on Cloud Monitoring you can visit:

> https://cloud.google.com/monitoring
For more information on the Cloud Monitoring API Python library surface you
For more information on the Stackdriver Monitoring API Python library surface you
can visit:

> https://developers.google.com/resources/api-libraries/documentation/storage/v2beta2/python/latest/
Expand Down
2 changes: 1 addition & 1 deletion monitoring/api/v2/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Cloud Monitoring API Samples
# Stackdriver Monitoring API Samples

<!-- auto-doc-link -->
These samples are used on the following documentation page:
Expand Down
2 changes: 1 addition & 1 deletion monitoring/api/v2/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

"""Sample command-line program for retrieving Google Cloud Monitoring API data.
"""Sample command-line program for retrieving Stackdriver Monitoring API data.
Prerequisites: To run locally, download a Service Account JSON file from
your project and point GOOGLE_APPLICATION_CREDENTIALS to the file.
Expand Down
2 changes: 1 addition & 1 deletion monitoring/api/v2/labeled_custom_metric.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

"""Creates, writes, and reads a labeled custom metric.
This is an example of how to use the Google Cloud Monitoring API to create,
This is an example of how to use the Stackdriver Monitoring API to create,
write, and read a labeled custom metric.
The metric has two labels: color and size, and the data points represent
the number of shirts of the given color and size in inventory.
Expand Down
2 changes: 1 addition & 1 deletion monitoring/api/v2/lightweight_custom_metric.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

"""Writes and reads a lightweight custom metric.
This is an example of how to use the Google Cloud Monitoring API to write
This is an example of how to use the Stackdriver Monitoring API to write
and read a lightweight custom metric. Lightweight custom metrics have no
labels and you do not need to create a metric descriptor for them.
Expand Down
2 changes: 1 addition & 1 deletion monitoring/api/v3/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Cloud Monitoring v3 Sample

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

`list_resources.py` is a simple command-line program to demonstrate connecting to the Google
Monitoring API to retrieve API data and print out some of the resources.
Expand Down
2 changes: 1 addition & 1 deletion monitoring/api/v3/custom_metric.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

""" Sample command-line program for writing and reading Google Monitoring API
""" Sample command-line program for writing and reading Stackdriver Monitoring API
V3 custom metrics.
Simple command-line program to demonstrate connecting to the Google
Expand Down
2 changes: 1 addition & 1 deletion monitoring/api/v3/list_resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

""" Sample command-line program for retrieving Google Monitoring API V3 data.
""" Sample command-line program for retrieving Stackdriver Monitoring API V3 data.
See README.md for instructions on setting up your development environment.
Expand Down

0 comments on commit 72fa14b

Please sign in to comment.