Class: Google::Cloud::AlloyDB::V1alpha::Instance::QueryInsightsInstanceConfig
- Inherits:
-
Object
- Object
- Google::Cloud::AlloyDB::V1alpha::Instance::QueryInsightsInstanceConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/alloydb/v1alpha/resources.rb
Overview
QueryInsights Instance specific configuration.
Instance Attribute Summary collapse
-
#query_plans_per_minute ⇒ ::Integer
Number of query execution plans captured by Insights per minute for all queries combined.
-
#query_string_length ⇒ ::Integer
Query string length.
-
#record_application_tags ⇒ ::Boolean
Record application tags for an instance.
-
#record_client_address ⇒ ::Boolean
Record client address for an instance.
Instance Attribute Details
#query_plans_per_minute ⇒ ::Integer
Returns Number of query execution plans captured by Insights per minute for all queries combined. The default value is 5. Any integer between 0 and 20 is considered valid.
735 736 737 738 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/resources.rb', line 735 class QueryInsightsInstanceConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#query_string_length ⇒ ::Integer
Returns Query string length. The default value is 1024. Any integer between 256 and 4500 is considered valid.
735 736 737 738 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/resources.rb', line 735 class QueryInsightsInstanceConfig 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 "on" by default.
735 736 737 738 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/resources.rb', line 735 class QueryInsightsInstanceConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#record_client_address ⇒ ::Boolean
Returns Record client address for an instance. Client address is PII information. This flag is turned "on" by default.
735 736 737 738 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/resources.rb', line 735 class QueryInsightsInstanceConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |