Skip to content

Commit

Permalink
fix: metric panic
Browse files Browse the repository at this point in the history
  • Loading branch information
samlaf committed Sep 19, 2024
1 parent 431b052 commit 0d86a99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metrics/metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ func NewMetrics(subsystem string) *Metrics {
Buckets: prometheus.ExponentialBucketsRange(0.05, 1200, 20),
Help: "Histogram of HTTP server request durations",
}, []string{
"method", "commitment_mode", "DA_cert_version", // no status on histograms because those are very expensive
"method", // no status on histograms because those are very expensive
}),
registry: registry,
factory: factory,
Expand Down

0 comments on commit 0d86a99

Please sign in to comment.