Skip to content

Commit

Permalink
Remove output only fields
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill Prin committed Aug 16, 2016
1 parent cb1d17c commit 96da20f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions monitoring/v3/src/main/java/CreateCustomMetric.java
Original file line number Diff line number Diff line change
Expand Up @@ -250,8 +250,6 @@ void writeCustomMetricTimeseriesValue() throws IOException {
monitoredResource.setType("gce_instance");
monitoredResource.setLabels(resourceLabel);
timeSeries.setResource(monitoredResource);
timeSeries.setMetricKind(METRIC_KIND);
timeSeries.setValueType("INT64");
Point point = new Point();
TimeInterval ti = new TimeInterval();
String now = getNow();
Expand Down

0 comments on commit 96da20f

Please sign in to comment.