Commit 28a9752
committed
fix(metrics): keep original md/edits buckets, add LTE500/LTE1K/GT1K
Restores the LTE5 / LTE25 / LTE100 / GT500 buckets dropped in the
previous commit and adds the requested coarser buckets LTE500 / LTE1K /
GT1K alongside. Drops the for-loop early-out so multiple labels at the
same threshold all fire (GT500 and LTE500 both fire at 500 batches);
preserves the per-session one-shot semantics.1 parent 07a6ae1 commit 28a9752
1 file changed
Lines changed: 8 additions & 3 deletions
Lines changed: 8 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
57 | | - | |
| 56 | + | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
60 | 64 | | |
61 | 65 | | |
62 | 66 | | |
| |||
692 | 696 | | |
693 | 697 | | |
694 | 698 | | |
| 699 | + | |
| 700 | + | |
695 | 701 | | |
696 | 702 | | |
697 | 703 | | |
698 | 704 | | |
699 | 705 | | |
700 | | - | |
701 | 706 | | |
702 | 707 | | |
703 | 708 | | |
| |||
0 commit comments