We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f4744d commit 9ce6dc8Copy full SHA for 9ce6dc8
monitoring/cloud-client/src/test/java/com/example/monitoring/SnippetsIT.java
@@ -77,7 +77,7 @@ public void testListTimeSeries() throws Exception {
77
System.setProperty("projectId", SnippetsIT.getProjectId());
78
Snippets snippets = new Snippets();
79
80
- snippets.listTimeSeries("metric.type=\"custom.googleapis.com/my_metric\"");
+ snippets.listTimeSeries("metric.type=\"compute.googleapis.com/instance/cpu/utilization\"");
81
82
// Assert
83
String got = bout.toString();
0 commit comments