Class: Google::Cloud::Monitoring::Dashboard::V1::LogsPanel

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

Overview

A widget that displays a stream of log.

Instance Attribute Summary collapse

Instance Attribute Details

#filter::String

Returns A filter that chooses which log entries to return. See Advanced Logs Queries. Only log entries that match the filter are returned. An empty filter matches all log entries.

Returns:

  • (::String)

    A filter that chooses which log entries to return. See Advanced Logs Queries. Only log entries that match the filter are returned. An empty filter matches all log entries.



36
37
38
39
# File 'proto_docs/google/monitoring/dashboard/v1/logs_panel.rb', line 36

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

#resource_names::Array<::String>

Returns The names of logging resources to collect logs for. Currently only projects are supported. If empty, the widget will default to the host project.

Returns:

  • (::Array<::String>)

    The names of logging resources to collect logs for. Currently only projects are supported. If empty, the widget will default to the host project.



36
37
38
39
# File 'proto_docs/google/monitoring/dashboard/v1/logs_panel.rb', line 36

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