ncabatoff / dbms_exporter

A PostgresSQL/Sybase/ODBC metric exporter for Prometheus
Apache License 2.0
6 stars 11 forks source link

level=fatal msg="driver \"odbc\" not supported in this build" source="dbms_exporter.go:482" #3

Open Sana7H opened 6 years ago

Sana7H commented 6 years ago

I built the dbms_exporter binary using make and then ran make docker, but even after that I am getting the following error while using odbc driver to connect to sybase server level=fatal msg="driver \"odbc\" not supported in this build" source="dbms_exporter.go:482"

ncabatoff commented 6 years ago

Try

make DRIVERS='postgres odbc' LDFLAGS= docker-build