Skip to content

Commit e6eacbc

Browse files
committed
Merge branch 'feature/add_log_msg' of https://github.com/Brant-lzh/mysqld_exporter into feature/add_log_msg
2 parents 9a4dcba + f88edeb commit e6eacbc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

collector/exporter.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ var (
7070
mysqlScrapeDurationSeconds = prometheus.NewDesc(
7171
prometheus.BuildFQName(namespace, exporter, "collector_duration_seconds"),
7272
"Collector time duration.",
73-
[]string{"collector"}, nil,
73+
[]string{"collector"},
74+
nil,
7475
)
7576
)
7677

0 commit comments

Comments
 (0)