File tree Expand file tree Collapse file tree
sql_generators/gecko_trace/templates/derived Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,6 +23,3 @@ bigquery:
2323 type : day
2424 field : submission_date
2525 require_partition_filter : true
26- clustering :
27- fields :
28- - event_signature
Original file line number Diff line number Diff line change 11---
22friendly_name : Gecko Trace Traces
33description : |-
4- Complete Gecko traces with hierarchical span structures and calculated signatures.
4+ Aggregated gecko trace patterns with Merkle-chain signatures.
55
6- This table combines individual spans into complete traces, building the
7- hierarchical tree structure of spans within each trace. Each row represents
8- a single trace containing:
9- - Root span with nested child spans in a tree structure
10- - Total trace duration calculated from span timings
11- - Signature hash for grouping traces with similar execution patterns
12-
13- The root_span field contains the complete hierarchical structure of all
14- spans within the trace, with child spans nested in childSpans arrays.
6+ One row per unique execution pattern, identified by trace_signature (SHA256).
7+ Accumulates hit_count across daily runs, tracking first/latest observation dates
8+ and average duration.
159
1610owners :
1711 - jjalkanen@mozilla.com
@@ -29,7 +23,3 @@ bigquery:
2923 type : day
3024 field : submission_date
3125 require_partition_filter : true
32- clustering :
33- fields :
34- - trace_id
35- - signature
You can’t perform that action at this time.
0 commit comments