Commit e3ddec0
committed
chore: add replication task latency histogram
Add exponential histogram for replication task generation latency in
TaskAckManager, alongside the existing timer.
- Dual-emit ExponentialTaskLatency (task_latency_ns) histogram with
the existing TaskLatency timer in TaskAckManager.getTasks()
- Register task_latency and task_latency_ns in
HistogramMigrationMetrics allowlist for configurable rollout
CadenceCDNC-176101 parent 4e6f35e commit e3ddec0
File tree
3 files changed
+12
-0
lines changed- common/metrics
- service/history/replication
3 files changed
+12
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
44 | 49 | | |
45 | 50 | | |
46 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2480 | 2480 | | |
2481 | 2481 | | |
2482 | 2482 | | |
| 2483 | + | |
2483 | 2484 | | |
2484 | 2485 | | |
2485 | 2486 | | |
| |||
3309 | 3310 | | |
3310 | 3311 | | |
3311 | 3312 | | |
| 3313 | + | |
3312 | 3314 | | |
3313 | 3315 | | |
3314 | 3316 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
| 134 | + | |
| 135 | + | |
134 | 136 | | |
135 | 137 | | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
136 | 141 | | |
137 | 142 | | |
138 | 143 | | |
| |||
0 commit comments