sql_metrics
Keeps track of SQL queries that are executed by the application
| Column | Data Type | Nullable | Indexed | Description |
|---|---|---|---|---|
start_time | timestamp with time zone | No | No | Start time of query. Generated through expression: |
end_time | timestamp with time zone | No | No | End time of query. Generated through expression: |
duration_milliseconds | integer | No | No | The number of milliseconds the query took. Generated through expression: |
database | text | No | No | - Generated through expression: |
environment | text | No | No | - Generated through expression: |
operation | text | No | No | - Generated through expression: |
statement | text | No | No | - Generated through expression: |
error | text | No | No | - Generated through expression: |
data | text | No | No | - Generated through expression: |