Commit 0b06068
committed
Reduce histogram metric cardinality for baseline resync
Convert snapshot histogram metrics from full bucket distributions to
sum/count publishing mode
Changes:
- Convert 5 snapshot histograms to publish_as_sum_count:
- snp_dnr_blob_process_latency (donor)
- snp_dnr_batch_process_latency (donor)
- snp_dnr_batch_e2e_latency (donor)
- snp_rcvr_blob_process_time (receiver)
- snp_rcvr_batch_process_time (receiver)
- Update 4 GC histogram comments for accuracy:
- PercentileBuckets: 128 → 10 buckets (10% increments)
- LinearUpto64Buckets: Clarify 17 buckets covering 0-64s
Signed-off-by: Xiaoxi Chen <xiaoxchen@ebay.com>1 parent d1392ce commit 0b06068
File tree
3 files changed
+16
-11
lines changed- src/lib/homestore_backend
3 files changed
+16
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
140 | | - | |
| 140 | + | |
141 | 141 | | |
142 | 142 | | |
143 | | - | |
| 143 | + | |
144 | 144 | | |
145 | 145 | | |
146 | | - | |
| 146 | + | |
147 | 147 | | |
148 | 148 | | |
149 | | - | |
| 149 | + | |
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
576 | 576 | | |
577 | 577 | | |
578 | 578 | | |
579 | | - | |
| 579 | + | |
| 580 | + | |
580 | 581 | | |
581 | 582 | | |
582 | | - | |
| 583 | + | |
| 584 | + | |
583 | 585 | | |
584 | 586 | | |
585 | | - | |
| 587 | + | |
| 588 | + | |
586 | 589 | | |
587 | 590 | | |
588 | 591 | | |
| |||
682 | 685 | | |
683 | 686 | | |
684 | 687 | | |
685 | | - | |
| 688 | + | |
| 689 | + | |
686 | 690 | | |
687 | 691 | | |
688 | | - | |
| 692 | + | |
| 693 | + | |
689 | 694 | | |
690 | 695 | | |
691 | 696 | | |
| |||
0 commit comments