Class: Google::Cloud::Monitoring::Dashboard::V1::StatisticalTimeSeriesFilter

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

Overview

A filter that ranks streams based on their statistical relation to other streams in a request. Note: This field is deprecated and completely ignored by the API.

Defined Under Namespace

Modules: Method

Instance Attribute Summary collapse

Instance Attribute Details

#num_time_series::Integer

Returns How many time series to output.

Returns:

  • (::Integer)

    How many time series to output.



448
449
450
451
452
453
454
455
456
457
458
459
460
# File 'proto_docs/google/monitoring/dashboard/v1/common.rb', line 448

class StatisticalTimeSeriesFilter
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # The filter methods that can be applied to a stream.
  module Method
    # Not allowed in well-formed requests.
    METHOD_UNSPECIFIED = 0

    # Compute the outlier score of each stream.
    METHOD_CLUSTER_OUTLIER = 1
  end
end

#ranking_method::Google::Cloud::Monitoring::Dashboard::V1::StatisticalTimeSeriesFilter::Method

Returns rankingMethod is applied to a set of time series, and then the produced value for each individual time series is used to compare a given time series to others. These are methods that cannot be applied stream-by-stream, but rather require the full context of a request to evaluate time series.

Returns:



448
449
450
451
452
453
454
455
456
457
458
459
460
# File 'proto_docs/google/monitoring/dashboard/v1/common.rb', line 448

class StatisticalTimeSeriesFilter
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # The filter methods that can be applied to a stream.
  module Method
    # Not allowed in well-formed requests.
    METHOD_UNSPECIFIED = 0

    # Compute the outlier score of each stream.
    METHOD_CLUSTER_OUTLIER = 1
  end
end