Closed
Description
running the create_custom_metric
on line https://github.com/GoogleCloudPlatform/nodejs-docs-samples/blob/master/monitoring/create_custom_metric.js#L218
the object google.auth looks like
{ Compute: [Function], JWT: [Function], OAuth2: [Function] }
no getApplicationDefault
function
I'm supplying a project id, is there something i'm doing wrong here?
Thanks.