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
It does not follow the conventions you're familiar with from other parts of our library. A handwritten layer is not yet available.
628
+
629
+
The example below shows you how to instantiate the generated client. For further documentation, please browse the [Monitoring .proto files][cloud-monitoring-protos] on GitHub.
630
+
631
+
-[API Documentation][gcloud-monitoring-docs]
632
+
-[Official Documentation][cloud-monitoring-docs]
633
+
634
+
#### Using the Google Stackdriver Monitoring API module
635
+
636
+
```
637
+
$ npm install --save @google-cloud/monitoring
638
+
```
639
+
640
+
```js
641
+
var monitoring =require('@google-cloud/monitoring');
For more details on API usage, please see the [documentation][stackdriver-errors-module].
1019
1088
1020
-
## Google Stackdriver Monitoring (Alpha)
1021
-
1022
-
### :warning: This is an auto-generated API
1023
-
1024
-
It does not follow the conventions you're familiar with from other parts of our library. A handwritten layer is not yet available.
1025
-
1026
-
The example below shows you how to instantiate the generated client. For further documentation, please browse the [Monitoring .proto files][cloud-monitoring-protos] on GitHub.
1027
-
1028
-
-[Official Documentation][cloud-monitoring-docs]
1029
-
1030
-
#### Using the Google Stackdriver Monitoring API module
1031
-
1032
-
```
1033
-
$ npm install --save @google-cloud/monitoring
1034
-
```
1035
-
1036
-
```js
1037
-
var monitoring =require('@google-cloud/monitoring');
1038
-
```
1039
-
1040
-
#### Preview
1041
-
1042
-
```js
1043
-
var monitoringClient =monitoring.v3({
1044
-
projectId:'grape-spaceship-123',
1045
-
keyFilename:'/path/to/keyfile.json'
1046
-
});
1047
-
```
1048
1089
1049
1090
## Google Stackdriver Trace (Alpha)
1050
1091
@@ -1104,6 +1145,7 @@ Apache 2.0 - See [COPYING][copying] for more information.
0 commit comments