forked from GoogleCloudPlatform/python-docs-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.rst.in
More file actions
28 lines (25 loc) · 881 Bytes
/
README.rst.in
File metadata and controls
28 lines (25 loc) · 881 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# This file is used to generate README.rst
product:
name: Stackdriver Monitoring
short_name: Stackdriver Monitoring
url: https://cloud.google.com/monitoring/docs
description: >
`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.
setup:
- auth
- install_deps
samples:
- name: Authenticating & basic operations
file: auth.py
show_help: true
- name: Labeled custom metrics
file: labeled_custom_metric.py
show_help: true
- name: Lightweight custom metrics
file: labeled_custom_metric.py
show_help: true