custom_metrics

Custom metrics table for storing arbitrary metrics.

id

Primary key
Unique identifier for the row.

reference

string
Reference for the custom metric.

key

string
Key for the custom metric.

value

number
Value for the custom metric.

metadata

jsonb
Additional metadata for the custom metric.

timestamp

date
Timestamp of when the custom metric was created.