free / sql_exporter

Database agnostic SQL exporter for Prometheus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Close connections to the database

jesus-velez opened this issue · comments

I was not sure where to ask this but is there a setting to force the connection to be closed on each query? I noticed that the connection is made and then the queries are continuously made from that initial connection.