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 2ae8b1a commit 8d3c4b7Copy full SHA for 8d3c4b7
chain/datasource/miner.go
@@ -13,7 +13,7 @@ import (
13
)
14
15
func (t *DataSource) DiffSectors(ctx context.Context, addr address.Address, ts, pts *types.TipSet, pre, cur miner.State) (*miner.SectorChanges, error) {
16
- metrics.RecordInc(ctx, metrics.DataSourceSectorDiffCacheHit)
+ metrics.RecordInc(ctx, metrics.DataSourceSectorDiffRead)
17
ctx, span := otel.Tracer("").Start(ctx, "DataSource.DiffSectors")
18
defer span.End()
19
0 commit comments