Purpose
The GV$OB_FLT_TRACE_CONFIG view provides information about end-to-end diagnostics.
Note
This view is introduced since OceanBase Database V4.2.1.
Columns
| Column | Type | Nullable? | Description |
|---|---|---|---|
| TENANT_ID | NUMBER(38) | NO | The ID of the tenant. |
| TYPE | VARCHAR2(16) | NO | The monitoring level of the diagnostics information. Valid values: module/action: Diagnostics are monitored based on modules and actions.client_identifier: Diagnostics are monitored based on client identifiers. |
| TENANT_NAME | VARCHAR2(128) | NO | The name of the tenant. |
| MODULE_NAME | VARCHAR2(4096) | NO | The name of the module. |
| ACTION_NAME | VARCHAR2(4096) | NO | The name of the action. |
| CLIENT_IDENTIFIER | VARCHAR2(65) | NO | The client identifier. |
| LEVEL | NUMBER(38) | NO | The monitoring level of end-to-end diagnostics of the session. For example, the value 1 indicates level-1 diagnostics. |
| SAMPLE_PERCENTAGE | NUMBER(38) | NO | The sampling frequency for end-to-end diagnostics of the session. For example, the value 50 indicates that diagnostics are sampled at the frequency of 50%. |
| RECORD_POLICY | VARCHAR2(32) | NO | The recording strategy for end-to-end diagnostics of the session. Three strategies are supported:
|