api_metrics
Stores metrics for API calls.
Column | Data Type | Nullable | Indexed | Description |
---|---|---|---|---|
method | text | No | No | - |
path | text | No | No | - |
api_key | text | No | No | - |
start_time | timestamp with time zone | No | No | - |
end_time | timestamp with time zone | No | No | - |
duration_milliseconds | integer | No | No | - |
environment | text | No | No | - |
request | text | No | No | - |
response | text | No | No | - |
status_code | integer | No | No | - |