Commit f34bfc7
committed
workload: don't record changefeed resolve latency before first checkpoint
Before the first checkpoint the changefeed-resolved metrics would just
be whatever the max bucket of the histogram was. Now, we don't start
recording the metric until we have the first checkpoint. The histogram
will report 0 for time periods where we don't record a value.
Epic: none
Release note: None1 parent 75b649c commit f34bfc7
1 file changed
+5
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
185 | | - | |
186 | | - | |
187 | | - | |
188 | | - | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
189 | 190 | | |
190 | 191 | | |
191 | 192 | | |
| |||
0 commit comments