Skip to content

Commit

Permalink
Make monitoring cleanup less chatty
Browse files Browse the repository at this point in the history
  • Loading branch information
Temikus committed May 24, 2018
1 parent 3ea9716 commit f6920c6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/integration/monitoring/test_timeseries.rb
Original file line number Diff line number Diff line change
Expand Up @@ -191,9 +191,7 @@ def _delete_test_resources
filter: "metric.type = starts_with(\"#{TEST_METRIC_PREFIX}\")"
)
unless list_resp.metric_descriptors.nil?
puts "Found #{list_resp.metric_descriptors.size} test metric descriptors."
list_resp.metric_descriptors.each do |md|
puts "deleting #{md.type}..."
@client.monitoring.delete_project_metric_descriptor(md.name)
end
end
Expand Down

0 comments on commit f6920c6

Please sign in to comment.