Skip to content

Commit cfdce0d

Browse files
fix: add missing coma
1 parent 18ccd2c commit cfdce0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ func (d *DruidTasksExporter) Collect(ch chan<- prometheus.Metric) {
9898
float64(task.Total),
9999
task.Type,
100100
task.Runner_Status,
101-
task.Datasource
101+
task.Datasource,
102102
)
103103
}
104104
}

0 commit comments

Comments
 (0)