Class: Google::Cloud::Monitoring::Dashboard::V1::TimeSeriesTable::TableDataSet

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/monitoring/dashboard/v1/table.rb

Overview

Groups a time series query definition with table options.

Instance Attribute Summary collapse

Instance Attribute Details

#min_alignment_period::Google::Protobuf::Duration

Returns Optional. The lower bound on data point frequency for this data set, implemented by specifying the minimum alignment period to use in a time series query For example, if the data is published once every 10 minutes, the min_alignment_period should be at least 10 minutes. It would not make sense to fetch and align data at one minute intervals.

Returns:

  • (::Google::Protobuf::Duration)

    Optional. The lower bound on data point frequency for this data set, implemented by specifying the minimum alignment period to use in a time series query For example, if the data is published once every 10 minutes, the min_alignment_period should be at least 10 minutes. It would not make sense to fetch and align data at one minute intervals.



61
62
63
64
# File 'proto_docs/google/monitoring/dashboard/v1/table.rb', line 61

class TableDataSet
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#table_display_options::Google::Cloud::Monitoring::Dashboard::V1::TableDisplayOptions

Returns Optional. Table display options for configuring how the table is rendered.

Returns:



61
62
63
64
# File 'proto_docs/google/monitoring/dashboard/v1/table.rb', line 61

class TableDataSet
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#table_template::String

Returns Optional. A template string for naming TimeSeries in the resulting data set. This should be a string with interpolations of the form ${label_name}, which will resolve to the label's value i.e. "${resource.labels.project_id}.".

Returns:

  • (::String)

    Optional. A template string for naming TimeSeries in the resulting data set. This should be a string with interpolations of the form ${label_name}, which will resolve to the label's value i.e. "${resource.labels.project_id}."



61
62
63
64
# File 'proto_docs/google/monitoring/dashboard/v1/table.rb', line 61

class TableDataSet
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#time_series_query::Google::Cloud::Monitoring::Dashboard::V1::TimeSeriesQuery

Returns Required. Fields for querying time series data from the Stackdriver metrics API.

Returns:



61
62
63
64
# File 'proto_docs/google/monitoring/dashboard/v1/table.rb', line 61

class TableDataSet
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end