We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ba4914c + b57be14 commit f0b511dCopy full SHA for f0b511d
monitoring/list_resources.js
@@ -93,7 +93,7 @@ function listMetricDescriptors(authClient, projectId, callback) {
93
var monitoring = google.monitoring('v3');
94
monitoring.projects.metricDescriptors.list({
95
auth: authClient,
96
- filter: 'metric.name="' + METRIC + '"',
+ filter: 'metric.type="' + METRIC + '"',
97
name: projectId
98
}, function (error, metricDescriptors) {
99
if (error) {
0 commit comments