Class ObservabilityInstanceConfig (0.4.0)

ObservabilityInstanceConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Attributes

Name Description
enabled bool
Observability feature status for an instance. This flag is turned "off" by default. This field is a member of oneof_ _enabled.
preserve_comments bool
Preserve comments in query string for an instance. This flag is turned "off" by default. This field is a member of oneof_ _preserve_comments.
track_wait_events bool
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. This field is a member of oneof_ _track_wait_events.
track_wait_event_types bool
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. This field is a member of oneof_ _track_wait_event_types.
max_query_string_length int
Query string length. The default value is 10k. This field is a member of oneof_ _max_query_string_length.
record_application_tags bool
Record application tags for an instance. This flag is turned "off" by default. This field is a member of oneof_ _record_application_tags.
query_plans_per_minute int
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. This field is a member of oneof_ _query_plans_per_minute.
track_active_queries bool
Track actively running queries on the instance. If not set, this flag is "off" by default. This field is a member of oneof_ _track_active_queries.
track_client_address bool
Track client address for an instance. If not set, default value is "off". This field is a member of oneof_ _track_client_address.