Skip to content

Commit 1c59b57

Browse files
committed
chore: increase tx/s histogram granularity
1 parent 7aff779 commit 1c59b57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metrics/metrics.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ func setupProbesLatency(ctx context.Context) error {
202202
func setupTxPerBlock(ctx context.Context) error {
203203
m, err := meter.Int64Histogram("tx_per_block",
204204
otelapi.WithDescription("count of transactions in a block"),
205-
otelapi.WithExplicitBucketBoundaries(0, 1, 2, 4, 8, 16, 32, 64, 128, 256),
205+
otelapi.WithExplicitBucketBoundaries(0, 1, 2, 3, 4, 6, 8, 12, 16, 24, 32, 48, 64, 92, 128, 184, 256),
206206
)
207207
if err != nil {
208208
return err

0 commit comments

Comments
 (0)