Re: [dev-platform] crash reporting data dictionary

2022-12-05 Thread Andrew Sutherland
On 12/5/22 1:26 PM, Chris H-C wrote: You can drop the query params, for sure. GLAM'll populate them with defaults or the current values (if this isn't the first time the user's visited GLAM). One note is GLAM is presently behind LDAP. Not sure if searchfox has any best practices about linking t

Re: [dev-platform] crash reporting data dictionary

2022-12-05 Thread Chris H-C
You can drop the query params, for sure. GLAM'll populate them with defaults or the current values (if this isn't the first time the user's visited GLAM). One note is GLAM is presently behind LDAP. Not sure if searchfox has any best practices about linking to non-public resources. As for automatio

Re: [dev-platform] crash reporting data dictionary

2022-12-05 Thread Andrew Sutherland
On 12/5/22 9:26 AM, Chris H-C wrote: Stepping in to first say: This is fantastic work, willkg! Next: :asuth, do you think there'd be benefits to having similar context-menu options for Glean metrics? Like on `build_displaylist_time`[1] we could point to the Glean Dictionary entry for it[2] an

Re: [dev-platform] crash reporting data dictionary

2022-12-05 Thread Chris H-C
Stepping in to first say: This is fantastic work, willkg! Next: :asuth, do you think there'd be benefits to having similar context-menu options for Glean metrics? Like on `build_displaylist_time`[1] we could point to the Glean Dictionary entry for it[2] and/or GLAM[3]? :chutten [1]: https://sear

Re: [dev-platform] crash reporting data dictionary

2022-12-02 Thread William Kahn-Greene
The processing step normalizes and validates annotation data. That data is then indexed in Elasticsearch and that's why there's example data for processed fields that are indexed, but not for the source annotation or fields that aren't indexed. I don't plan to add "last 7 days" type examples for th

Re: [dev-platform] crash reporting data dictionary

2022-12-01 Thread Andrew Sutherland
This is super amazing!  It's invaluable to know the space of annotation data that is available, and in particular, I love the example data from the last 7 days.  Thank you! Is the example data something that could potentially be fetched in an aggregate JSON so that searchfox could provide the

[dev-platform] crash reporting data dictionary

2022-12-01 Thread William Kahn-Greene
[cross posted: stability, crash-reporting-wg, dev-platform] Hi! I finished up all the groundwork I needed to do to finally get us to a point where we could have a Crash Reporting Data Dictionary. I threw together the last bits for a first pass today and pushed it to production just now. You can s