Skip to content

Commit 48bd5d0

Browse files
authored
Fix missing s in semtech backend prometheus metrics (#247)
add 's' to backend_semtechudp_gateway_diconnect_count metric
1 parent ea8985d commit 48bd5d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/backend/semtechudp/metrics.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ var (
2323
})
2424

2525
gwd = promauto.NewCounter(prometheus.CounterOpts{
26-
Name: "backend_semtechudp_gateway_diconnect_count",
26+
Name: "backend_semtechudp_gateway_disconnect_count",
2727
Help: "The number of gateways that disconnected from the backend.",
2828
})
2929

0 commit comments

Comments
 (0)