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 | - |
end_time | timestamp with time zone | No | No | - |
duration_milliseconds | integer | No | No | - |
database | text | No | No | - |
environment | text | No | No | - |
operation | text | No | No | - |
statement | text | No | No | - |
error | text | No | No | - |
data | text | No | No | - |