Method: Google::Cloud::Monitoring::V3::BasicSli#location

Defined in:
proto_docs/google/monitoring/v3/service.rb

#location::Array<::String>

Returns OPTIONAL: The set of locations to which this SLI is relevant. Telemetry from other locations will not be used to calculate performance for this SLI. If omitted, this SLI applies to all locations in which the Service has activity. For service types that don't support breaking down by location, setting this field will result in an error.

Returns:

  • (::Array<::String>)

    OPTIONAL: The set of locations to which this SLI is relevant. Telemetry from other locations will not be used to calculate performance for this SLI. If omitted, this SLI applies to all locations in which the Service has activity. For service types that don't support breaking down by location, setting this field will result in an error.

[View source]

325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
# File 'proto_docs/google/monitoring/v3/service.rb', line 325

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

  # Future parameters for the availability SLI.
  class AvailabilityCriteria
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Parameters for a latency threshold SLI.
  # @!attribute [rw] threshold
  #   @return [::Google::Protobuf::Duration]
  #     Good service is defined to be the count of requests made to this service
  #     that return in no more than `threshold`.
  class LatencyCriteria
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end