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