Skip to content

Any support for virtualization tools? (Eg. Denodo) #564

Closed Answered by burningalchemist
koffemaria2u asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @koffemaria2u,

Apologies for the late response, it took me some time to investigate the topic.

I don't think it will be easy as there is no golang driver available out of the box. Denodo provides jdbc for JVM, and also ODBC drivers.

While we cannot do anything about java connector here (or we develop a specific driver for Denodo in Go), we can try to connect via ODBC interface.

For that you may need to:

  • include odbc interface driver to sql_exporter like this one - https://github.com/alexbrainman/odbc?tab=readme-ov-file

  • There is a guide on how to prepare instance (Windows/Linux) to interact with a particular ODBC driver (install unixODBC, add odbc driver, configure it, etc);

  • rebui…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by burningalchemist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants