We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af81d94 commit 2464067Copy full SHA for 2464067
engine/execution/computation/metrics/provider.go
@@ -38,6 +38,9 @@ func newProvider(
38
}
39
40
41
+// Push buffers the metrics for the given height.
42
+// The call should ensure height are called in strictly increasing order, otherwise
43
+// metrics for the skipped height will not buffered.
44
func (p *provider) Push(
45
height uint64,
46
data []TransactionExecutionMetrics,
0 commit comments