Skip to content

Commit 6415578

Browse files
committed
fix(metrics): correct channel name
1 parent 6d93f12 commit 6415578

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

block/metrics.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ func PrometheusMetrics(namespace string, labelsAndValues ...string) *Metrics {
124124
}, labels).With(labelsAndValues...)
125125

126126
// Initialize channel buffer usage gauges
127-
channelNames := []string{"header_in", "data_in", "header_store", "data_store", "retrieve", "da_includer", "tx_notify"}
127+
channelNames := []string{"height_in", "header_store", "data_store", "retrieve", "da_includer", "tx_notify"}
128128
for _, name := range channelNames {
129129
m.ChannelBufferUsage[name] = prometheus.NewGaugeFrom(stdprometheus.GaugeOpts{
130130
Namespace: namespace,

0 commit comments

Comments
 (0)