Skip to content

Commit 8159205

Browse files
committed
fix config
1 parent cec8609 commit 8159205

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

main.go

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,11 @@ const (
3232

3333
type Config struct {
3434
prometheusURL string
35-
metricName string
35+
metricName1 string
36+
metricName2 string
37+
metricName3 string
38+
metricName4 string
39+
metricName5 string
3640
pullPeriod time.Duration
3741
}
3842

0 commit comments

Comments
 (0)