Skip to content

Commit

Permalink
Fix types.
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Krivak committed Sep 9, 2023
1 parent e9989a6 commit 4fa315d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collector.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ func (c *Collector) collectCMSSystemInfo(
func (c *Collector) collectLANUserTable(
ctx context.Context,
reg *prometheus.Registry,
client *ConnectBox,
client MetricsClient,
) {
clientGauge := prometheus.NewGaugeVec(prometheus.GaugeOpts{
Name: "connect_box_lan_client",
Expand Down

0 comments on commit 4fa315d

Please sign in to comment.