Skip to content

Commit

Permalink
Merge branch 'feature/add_log_msg' of https://github.com/Brant-lzh/my…
Browse files Browse the repository at this point in the history
…sqld_exporter into feature/add_log_msg
  • Loading branch information
Brant-lzh committed Aug 31, 2024
2 parents 9a4dcba + f88edeb commit e6eacbc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion collector/exporter.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ var (
mysqlScrapeDurationSeconds = prometheus.NewDesc(
prometheus.BuildFQName(namespace, exporter, "collector_duration_seconds"),
"Collector time duration.",
[]string{"collector"}, nil,
[]string{"collector"},
nil,
)
)

Expand Down

0 comments on commit e6eacbc

Please sign in to comment.