-
Notifications
You must be signed in to change notification settings - Fork 666
Monitoring sample references unknown value #1761
Copy link
Copy link
Closed
Labels
api: monitoringIssues related to the Cloud Monitoring API.Issues related to the Cloud Monitoring API.status: blockedResolving the issue is dependent on other work.Resolving the issue is dependent on other work.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Metadata
Metadata
Assignees
Labels
api: monitoringIssues related to the Cloud Monitoring API.Issues related to the Cloud Monitoring API.status: blockedResolving the issue is dependent on other work.Resolving the issue is dependent on other work.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
https://github.com/GoogleCloudPlatform/google-cloud-node/blob/master/packages/monitoring/src/v3/metric_service_api.js#L603
What is
var view = TimeSeriesView.FULL;?TimeSeriesViewis undefined.In the proto
TimeSeriesViewis defined as an enum, but apparently the enum object was not emitted inmetric_service_api.js