Sha256: bd4b2913e3ec9216ac1a3ae97a9381e7d577d376184fa676186068da86bdb9ab

Contents?: true

Size: 381 Bytes

Versions: 22

Compression:

Stored size: 381 Bytes

Contents

def test
  connection = Fog::Google::Monitoring.new

  puts 'Listing all MetricDescriptors...'
  puts '--------------------------------'
  connection.metric_descriptors

  puts 'Listing all MetricDescriptors related to Google Compute Engine...'
  puts '-----------------------------------------------------------------'
  connection.metric_descriptors.all(:query => 'compute')
end

Version data entries

22 entries across 20 versions & 5 rubygems

Version Path
nsidc-fog-1.24.1 lib/fog/google/examples/monitoring/metric_descriptors.rb
fog-1.24.0 lib/fog/google/examples/monitoring/metric_descriptors.rb