Sha256: e44c4fe164f6813aa5f8ea3565cb1f8751b4bbc1416ab9eca9de986f08b177fd

Contents?: true

Size: 611 Bytes

Versions: 13

Compression:

Stored size: 611 Bytes

Contents

require "fog/core/model"

module Fog
  module Google
    class Monitoring
      ##
      # A time series is a collection of data points that represents the value of a metric of a project over time.
      # The metric is described by the time-series descriptor. Each time-series descriptor is uniquely identified by
      # its metric name and a set of labels.
      #
      # @see https://developers.google.com/cloud-monitoring/v2beta1/timeseriesDescriptors
      class TimeseriesDescriptor < Fog::Model
        identity :metric

        attribute :labels
        attribute :project
      end
    end
  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
fog-google-0.5.5 lib/fog/google/models/monitoring/timeseries_descriptor.rb
fog-google-0.5.4 lib/fog/google/models/monitoring/timeseries_descriptor.rb
fog-google-0.5.3 lib/fog/google/models/monitoring/timeseries_descriptor.rb
fog-google-0.5.2 lib/fog/google/models/monitoring/timeseries_descriptor.rb
fog-google-0.5.1 lib/fog/google/models/monitoring/timeseries_descriptor.rb
fog-google-0.5.0 lib/fog/google/models/monitoring/timeseries_descriptor.rb
fog-google-0.4.2 lib/fog/google/models/monitoring/timeseries_descriptor.rb
fog-google-0.4.1 lib/fog/google/models/monitoring/timeseries_descriptor.rb
fog-google-0.4.0 lib/fog/google/models/monitoring/timeseries_descriptor.rb
fog-google-0.3.2 lib/fog/google/models/monitoring/timeseries_descriptor.rb
fog-google-0.3.1 lib/fog/google/models/monitoring/timeseries_descriptor.rb
fog-google-0.3.0 lib/fog/google/models/monitoring/timeseries_descriptor.rb
fog-google-0.2.0 lib/fog/google/models/monitoring/timeseries_descriptor.rb