You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using current head of the branch, when I try to run the exporter, I get this error:
panic: runtime error: index out of range [2] with length 1
goroutine 26 [running]:
github.com/r3kzi/clamav-prometheus-exporter/pkg/collector.(*Collector).Collect(0xc0001ae100, 0xc000055f60?)
/usr/pkg/mod/github.com/r3kzi/[email protected]/pkg/collector/collector.go:139 +0x1452
github.com/prometheus/client_golang/prometheus.(*Registry).Gather.func1()
/usr/pkg/mod/github.com/prometheus/[email protected]/prometheus/registry.go:444 +0xfb
created by github.com/prometheus/client_golang/prometheus.(*Registry).Gather
/usr/pkg/mod/github.com/prometheus/[email protected]/prometheus/registry.go:455 +0x4c5
The text was updated successfully, but these errors were encountered:
Using current head of the branch, when I try to run the exporter, I get this error:
The text was updated successfully, but these errors were encountered: