HI
I have tried to add the following to the telegraph.conf file but the service will not start.
[[inputs.sql]]
driver = “sqlserver”
dsn = “sqlserver://grafana:password@sql-server/PCA?database=HUBS&connection+timeout=30”
[[inputs.sql.query]]
query=“Select count(*) from hubs.dbo.SalesforceQueue”
I am new to this, so maybe it there is a basic error here. I have tried to follow the guidelines from here:
Regards