File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed
Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff 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
2727can visit:
2828
2929> https://developers.google.com/resources/api-libraries/documentation/storage/v2beta2/python/latest/
Original file line number Diff line number Diff line change 1- # Cloud Monitoring API Samples
1+ # Stackdriver Monitoring API Samples
22
33<!-- auto-doc-link -->
44These samples are used on the following documentation page:
Original file line number Diff line number Diff line change 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
1919Prerequisites: To run locally, download a Service Account JSON file from
2020your project and point GOOGLE_APPLICATION_CREDENTIALS to the file.
Original file line number Diff line number Diff line change 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,
2121write, and read a labeled custom metric.
2222The metric has two labels: color and size, and the data points represent
2323the number of shirts of the given color and size in inventory.
Original file line number Diff line number Diff line change 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
2121and read a lightweight custom metric. Lightweight custom metrics have no
2222labels and you do not need to create a metric descriptor for them.
2323
Original file line number Diff line number Diff line change 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
66Monitoring API to retrieve API data and print out some of the resources.
Original file line number Diff line number Diff line change 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
1515V3 custom metrics.
1616
1717Simple command-line program to demonstrate connecting to the Google
Original file line number Diff line number Diff line change 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
1616See README.md for instructions on setting up your development environment.
1717
You can’t perform that action at this time.
0 commit comments