Skip to content

Commit

Permalink
Merge pull request #295 from GoogleCloudPlatform/monitoring_output_only
Browse files Browse the repository at this point in the history
Remove output only fields
  • Loading branch information
tswast authored Aug 16, 2016
2 parents 4dd6801 + 96da20f commit 3f77770
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 3f77770

Please sign in to comment.