Sha256: 99937681dc61156d2c3662a13a769b2a40ce2ea964c7ef8490300f9a0618a69f
Contents?: true
Size: 878 Bytes
Versions: 22
Compression:
Stored size: 878 Bytes
Contents
def test connection = Fog::Google::Monitoring.new puts 'Listing all TimeseriesDescriptors for the metric compute.googleapis.com/instance/uptime...' puts '------------------------------------------------------------------------------------------' connection.timeseries_descriptors.all('compute.googleapis.com/instance/uptime', DateTime.now.rfc3339) puts 'Listing all TimeseriesDescriptors for the metric compute.googleapis.com/instance/uptime &' puts 'the region us-central1...' puts '-----------------------------------------------------------------------------------------' connection.timeseries_descriptors.all('compute.googleapis.com/instance/uptime', DateTime.now.rfc3339, :labels => 'cloud.googleapis.com/location=~us-central1.*') end
Version data entries
22 entries across 20 versions & 5 rubygems