Skip to content

Commit

Permalink
fix: TransactionStatus
Browse files Browse the repository at this point in the history
  • Loading branch information
auricom committed Feb 17, 2025
1 parent 70a0183 commit 3cf91a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sequencing/metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ func PrometheusMetrics(labelsAndValues ...string) (*Metrics, error) {
Subsystem: MetricsSubsystem,
Name: "transaction_status",
Help: "Count of transaction statuses for DA submissions",
}, labels).With(labelsAndValues...),
}, append(labels, "status")).With(labelsAndValues...),

Check warning on line 76 in sequencing/metrics.go

View check run for this annotation

Codecov / codecov/patch

sequencing/metrics.go#L76

Added line #L76 was not covered by tests
NumPendingBlocks: prometheus.NewGaugeFrom(stdprometheus.GaugeOpts{
Subsystem: MetricsSubsystem,
Name: "num_pending_blocks",
Expand Down

0 comments on commit 3cf91a5

Please sign in to comment.