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
vagrant-packet-0.1.1 vendor/bundle/ruby/2.5.0/gems/fog-google-0.1.0/examples/monitoring/metric_descriptors.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.4.0/gems/fog-google-0.1.0/examples/monitoring/metric_descriptors.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.3.0/gems/fog-google-0.1.0/examples/monitoring/metric_descriptors.rb
fog-google-0.1.3 examples/monitoring/metric_descriptors.rb
fog-google-0.1.2 examples/monitoring/metric_descriptors.rb
fog-google-0.1.1 examples/monitoring/metric_descriptors.rb
fog-google-0.1.0 examples/monitoring/metric_descriptors.rb
fog-google-0.0.9 examples/monitoring/metric_descriptors.rb
vagrant-cloudstack-1.2.0 vendor/bundle/gems/fog-google-0.0.7/examples/monitoring/metric_descriptors.rb
fog-google-0.0.7 examples/monitoring/metric_descriptors.rb
fog-google-0.0.6 examples/monitoring/metric_descriptors.rb
fog-google-0.0.5 examples/monitoring/metric_descriptors.rb
fog-google-0.0.4 examples/monitoring/metric_descriptors.rb
fog-google-0.0.3 examples/monitoring/metric_descriptors.rb
fog-google-0.0.2 examples/monitoring/metric_descriptors.rb
fog-1.29.0 lib/fog/google/examples/monitoring/metric_descriptors.rb
fog-1.28.0 lib/fog/google/examples/monitoring/metric_descriptors.rb
fog-1.27.0 lib/fog/google/examples/monitoring/metric_descriptors.rb
fog-1.26.0 lib/fog/google/examples/monitoring/metric_descriptors.rb
fog-1.25.0 lib/fog/google/examples/monitoring/metric_descriptors.rb