You can translate the question and the replies:

Denodo connectivity with Grafana

Hi Team, We are to read Denodo data from Grafana. We have datasource postgresql configured in denodo where we have created base view on top of it. After creating data source in grafana as Denodo(postgresql) we are not getting data in the Grafana. Below link we have referred. https://community.denodo.com/kb/en/view/document/Integrating%20Denodo%20with%20Grafana?tag=Northbound+Connections Please provide any solutions if available.
user
05-05-2022 05:15:46 -0400
code

1 Answer

Hello, I was able to create a timeseries dashboard in Grafana based on Denodo as source and executed a query between both using the Knowledge Base article you shared and it worked fine for me. The query I have used is: ``` SELECT $__time(<my_timestamp_field>), <my_integer_field> FROM <my_table_name> ``` I would suggest you review the query you are using in Grafana to query the data source in Denodo. Hope this helps!
Denodo Team
06-05-2022 12:04:11 -0400
code
You must sign in to add an answer. If you do not have an account, you can register here