-
-
Notifications
You must be signed in to change notification settings - Fork 92
Description
Hello @burningalchemist, thank you for the fast response!
I saw in release note for v0.12.2 that the context deadline issue was addressed.
For this is what I get whenever I attempt to collect metrics from localhost:9399/metrics.
No metrics gathered, [from Gatherer #1] context deadline exceeded
My datasource line looks like:
data_source_name: 'sqlserver://prom_usr:#[email protected]:1433'
My database is MS SQL
I have changed scrape_timeout to about 60s and the error became complicated:
No metrics gathered, [from Gatherer #1] lookup prom_usr on 10.0.0.71:53: read udp 10.0.41.101:55098->10.0.0.71:53: i/o timeout
Both sql_exporter and MS SQL are running on the same windows host server 2016. I do not know what I am doing wrong here.
I am currently using v0.12.3 of sql_exporter