Skip to content

Commit d665106

Browse files
committed
Bug 1923973 - Increase size of intermediate PHF table r=janerik
Why is 1024 big enough for Legacy Telemetry but not for FOG? Because Legacy Telemetry splits its hashes by probe type (hgram, scalar, event), where FOG puts them all in one so all metrics can be reached on the same Glean global. Differential Revision: https://phabricator.services.mozilla.com/D225284 UltraBlame original commit: d2b780b589be5ef66bdc8786c1e10008ee942d97
1 parent aaf4b76 commit d665106

File tree

1 file changed

+25
-1
lines changed
  • toolkit/components/glean/build_scripts/glean_parser_ext

1 file changed

+25
-1
lines changed

toolkit/components/glean/build_scripts/glean_parser_ext/js.py

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,6 +512,11 @@
512512
512
513513
.
514514
#
515+
FOG
516+
is
517+
bigger
518+
.
519+
#
515520
See
516521
https
517522
:
@@ -530,9 +535,28 @@
530535
id
531536
=
532537
1822477
538+
#
539+
And
540+
https
541+
:
542+
/
543+
/
544+
bugzilla
545+
.
546+
mozilla
547+
.
548+
org
549+
/
550+
show_bug
551+
.
552+
cgi
553+
?
554+
id
555+
=
556+
1923973
533557
PHF_SIZE
534558
=
535-
1024
559+
2048
536560
def
537561
ping_entry
538562
(

0 commit comments

Comments
 (0)