Class: Google::Cloud::AlloyDB::V1alpha::Instance::ObservabilityInstanceConfig
- Inherits:
-
Object
- Object
- Google::Cloud::AlloyDB::V1alpha::Instance::ObservabilityInstanceConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/alloydb/v1alpha/resources.rb
Overview
Observability Instance specific configuration.
Instance Attribute Summary collapse
-
#enabled ⇒ ::Boolean
Observability feature status for an instance.
-
#max_query_string_length ⇒ ::Integer
Query string length.
-
#preserve_comments ⇒ ::Boolean
Preserve comments in query string for an instance.
-
#query_plans_per_minute ⇒ ::Integer
Number of query execution plans captured by Insights per minute for all queries combined.
-
#record_application_tags ⇒ ::Boolean
Record application tags for an instance.
-
#track_active_queries ⇒ ::Boolean
Track actively running queries on the instance.
-
#track_client_address ⇒ ::Boolean
Track client address for an instance.
-
#track_wait_event_types ⇒ ::Boolean
readonly
Output only.
-
#track_wait_events ⇒ ::Boolean
Track wait events during query execution for an instance.
Instance Attribute Details
#enabled ⇒ ::Boolean
Returns Observability feature status for an instance. This flag is turned "off" by default.
920 921 922 923 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/resources.rb', line 920 class ObservabilityInstanceConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#max_query_string_length ⇒ ::Integer
Returns Query string length. The default value is 10k.
920 921 922 923 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/resources.rb', line 920 class ObservabilityInstanceConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#preserve_comments ⇒ ::Boolean
Returns Preserve comments in query string for an instance. This flag is turned "off" by default.
920 921 922 923 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/resources.rb', line 920 class ObservabilityInstanceConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#query_plans_per_minute ⇒ ::Integer
Returns Number of query execution plans captured by Insights per minute for all queries combined. The default value is 200. Any integer between 0 to 200 is considered valid.
920 921 922 923 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/resources.rb', line 920 class ObservabilityInstanceConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#record_application_tags ⇒ ::Boolean
Returns Record application tags for an instance. This flag is turned "off" by default.
920 921 922 923 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/resources.rb', line 920 class ObservabilityInstanceConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#track_active_queries ⇒ ::Boolean
Returns Track actively running queries on the instance. If not set, this flag is "off" by default.
920 921 922 923 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/resources.rb', line 920 class ObservabilityInstanceConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#track_client_address ⇒ ::Boolean
Returns Track client address for an instance. If not set, default value is "off".
920 921 922 923 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/resources.rb', line 920 class ObservabilityInstanceConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#track_wait_event_types ⇒ ::Boolean (readonly)
Returns Output only. Track wait event types during query execution for an instance. This flag is turned "on" by default but tracking is enabled only after observability enabled flag is also turned on. This is read-only flag and only modifiable by producer API.
920 921 922 923 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/resources.rb', line 920 class ObservabilityInstanceConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#track_wait_events ⇒ ::Boolean
Returns Track wait events during query execution for an instance. This flag is turned "on" by default but tracking is enabled only after observability enabled flag is also turned on.
920 921 922 923 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/resources.rb', line 920 class ObservabilityInstanceConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |