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. |
end_time | timestamp with time zone | No | No | End time of query. |
duration_milliseconds | integer | No | No | The number of milliseconds the query took. |
database | text | No | No | - |
environment | text | No | No | - |
operation | text | No | No | - |
statement | text | No | No | - |
error | text | No | No | - |
data | text | No | No | - |