statsig_metrics

Details about Statsig metrics

id

Primary key
Unique identifier of the row

source_id

Foreign key
ID of the metric in Statsig

name

string
Name of the metric

type

string
Metric type (e.g. sum, ratio, count)

directionality

string
Increase/decrease direction of the metric

description

string
Description of the metric

is_permanent

boolean
Indicates if the metric is permanent

is_hidden

boolean
Indicates if the metric is hidden

is_verified

boolean
Indicates if the metric is verified

creator_id

Foreign key
ID of the matched metric creator user

owner_id

Foreign key
ID of the matched metric owner user

team

string
Raw team string from the metric payload

unit_types

jsonb
Array of unit types

lineage

jsonb
Lineage object for source events/metrics

metric_events

jsonb
Metric event definitions

permalink

string
Console URL for the metric

created_at

date
Date when the metric was created