performance_span


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('performance_span_id_seq'::regclass)
created timestamptz 35,6 null
span_id varchar 16 null
parent_span_id varchar 16 null
op varchar 255 null
description varchar 1024 null
start_timestamp timestamptz 35,6 null
timestamp timestamptz 35,6 null
tags hstore 2147483647 null
data jsonb 2147483647 null
transaction_id uuid 2147483647 null
performance_transactionevent.event_id performance_span_transaction_id_d0adedc2_fk_performan R

Indexes

Constraint Name Type Sort Column(s)
performance_span_pkey Primary key Asc id
performance_span_created_e7ceba41 Performance Asc created
performance_span_transaction_id_d0adedc2 Performance Asc transaction_id

Relationships