|
1 | 1 | .. This file is automatically generated. Do not edit this file directly. |
2 | 2 |
|
3 | | -Stackdriver Monitoring Python Samples |
| 3 | +Cloud Monitoring Python Samples |
4 | 4 | =============================================================================== |
5 | 5 |
|
6 | 6 | .. image:: https://gstatic.com/cloudssh/images/open-btn.png |
7 | 7 | :target: https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/GoogleCloudPlatform/python-docs-samples&page=editor&open_in_editor=monitoring/api/v3/api-client/README.rst |
8 | 8 |
|
9 | 9 |
|
10 | | -This directory contains samples for Stackdriver Monitoring. `Stackdriver Monitoring `_ collects metrics, events, and metadata from Google Cloud Platform, Amazon Web Services (AWS), hosted uptime probes, application instrumentation, and a variety of common application components including Cassandra, Nginx, Apache Web Server, Elasticsearch and many others. Stackdriver ingests that data and generates insights via dashboards, charts, and alerts. |
| 10 | +This directory contains samples for Cloud Monitoring. `Cloud Monitoring `_ collects metrics, events, and metadata from Google Cloud Platform, Amazon Web Services (AWS), hosted uptime probes, application instrumentation, and a variety of common application components including Cassandra, Nginx, Apache Web Server, Elasticsearch and many others. Cloud Monitoring ingests that data and generates insights via dashboards, charts, and alerts. |
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
15 | | -.. _Stackdriver Monitoring: https://cloud.google.com/monitoring/docs |
| 15 | +.. _Cloud Monitoring: https://cloud.google.com/monitoring/docs |
16 | 16 |
|
17 | 17 | Setup |
18 | 18 | ------------------------------------------------------------------------------- |
@@ -78,7 +78,7 @@ To run this sample: |
78 | 78 |
|
79 | 79 | usage: list_resources.py [-h] --project_id PROJECT_ID |
80 | 80 |
|
81 | | - Sample command-line program for retrieving Stackdriver Monitoring API V3 |
| 81 | + Sample command-line program for retrieving Cloud Monitoring API V3 |
82 | 82 | data. |
83 | 83 |
|
84 | 84 | See README.md for instructions on setting up your development environment. |
@@ -111,7 +111,7 @@ To run this sample: |
111 | 111 |
|
112 | 112 | usage: custom_metric.py [-h] --project_id PROJECT_ID |
113 | 113 |
|
114 | | - Sample command-line program for writing and reading Stackdriver Monitoring |
| 114 | + Sample command-line program for writing and reading Cloud Monitoring |
115 | 115 | API V3 custom metrics. |
116 | 116 |
|
117 | 117 | Simple command-line program to demonstrate connecting to the Google |
|
0 commit comments