I tried adding a poller for storagegrid, but i get an invalid charachter after restarting the service.
Configuration:
datacenter: "Location Here"
addr: 10.x.x.x
username: "user-name"
password: "password"
use_insecure_tls: true
exporters:
- prometheus1
collectors:
- StorageGrid
Error:
{"level":"warn","Poller":"gridname01","error":"invalid character 'I' looking for beginning of value => failed to unmarshal storage grid err","collector":"StorageGrid","object":"Prometheus","caller":"poller/poller.go:665","time":"2023-11-07T15:25:29+01:00","message":"init collector-object"}
Did i mis a step when configuring the poller?
The poller i configured for ontap works without any issues.