Create a ETL workflow for the gecko-trace component
Categories
(Toolkit :: Gecko Trace, task, P2)
Tracking
()
People
(Reporter: michael, Assigned: michael)
References
(Blocks 1 open bug)
Details
(Keywords: leave-open)
User Story
The Gecko-Trace component can send error diagnostics to the Glean backend on Nightly builds when the `toolkit.gecko-trace.enable` preference is true. However, these Glean messages aren’t directly accessible; an ETL workflow is required to transform them into a queryable, usable form. Without this step, the error-tracing system cannot be used as intended. A patch for the workflow exists, but the ETL platform is owned by the Data Engineering team, and triggering its CI checks and deploying the workflow require permissions held by that team. Therefore, completion of this workflow depends on support from Data Engineering.
Attachments
(3 files)
Comment 1•1 year ago
|
||
Updated•10 months ago
|
Updated•10 months ago
|
| Assignee | ||
Comment 2•10 months ago
|
||
Updated•10 months ago
|
Backed out for causing failures @pings_yamls.cached.stub.
| Assignee | ||
Comment 6•10 months ago
|
||
I have a hunch why this cause a failure, re-running on try now. Will get back to you soon.
| Assignee | ||
Comment 7•10 months ago
|
||
So apparently you can not use underscores in the send_in_ping names (very fun :)).
Comment 8•8 months ago
•
|
||
According to the failure log:
'gecko_trace' is not valid under any of the given schemas [task 2025-11-12T18:28:59.053+00:00] 18:28:59 INFO - 'gecko_trace' does not match '^[a-z][a-z0-9-]{0,29}$'
So, underscores are not allowed by the parser
However, https://github.com/mozilla/bigquery-etl/pull/8165/files - in this server side patch, underscores are used
So, the proper way is to fix a parser in order to allow underscores (which is not possible since this is a third party library)
Updated•8 months ago
|
Updated•8 months ago
|
Comment 10•8 months ago
|
||
Comment 11•8 months ago
|
||
Backed out for causing failures at generated-metrics.yaml.
Backout link: https://hg-edge.mozilla.org/integration/autoland/rev/7fdf8e16e4efb3c3efab780f3fcb7f80271f1e16
Failure log: https://treeherder.mozilla.org/logviewer?job_id=543759968&repo=autoland&task=ZWWY_3HwS-2xnvcemWKggA.0&lineNumber=269
Updated•8 months ago
|
Updated•8 months ago
|
Updated•8 months ago
|
Comment 12•8 months ago
|
||
patch needs another review :)
https://phabricator.services.mozilla.com/D272244
Comment 13•8 months ago
|
||
Comment 14•8 months ago
|
||
| bugherder | ||
Updated•8 months ago
|
Comment 15•3 months ago
|
||
Description
•