You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Stackdriver Monitoring](https://cloud.google.com/monitoring/docs) 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.
11
8
12
9
## Table of Contents
13
10
14
11
*[Setup](#setup)
15
12
*[Samples](#samples)
13
+
*[Metrics](#metrics)
16
14
*[Listing resources](#listing-resources)
17
15
*[Custom metrics](#custom-metrics)
18
16
*[Running the tests](#running-the-tests)
@@ -37,7 +35,8 @@ including Cassandra, Nginx, Apache Web Server, Elasticsearch and many others.
37
35
38
36
### Metrics
39
37
40
-
View the [documentation][metrics_docs] or the [source code][metrics_code].
38
+
39
+
View the [documentation][metrics_0_docs] or the [source code][metrics_0_code].
41
40
42
41
__Usage:__`node metrics.js --help`
43
42
@@ -68,51 +67,54 @@ Examples:
68
67
node metrics.js create
69
68
node metrics.js list
70
69
node metrics.js get logging.googleapis.com/log_entry_count
0 commit comments