Grafana Integration
Grafana Version Requirement
You must have Grafana version 7.0 or greater installed to use the Kintaba GraphQL Plugin
Connecting Kintaba to Grafana can be accomplished using our custom datasource and integration
Creating a Custom Integration Key and Secret
As an admin, visit the integrations page and click the "New Integration" button


Next, give your integration a name, description, and select the access privileges you would like it to have. For Grafana we recommend all read access options.


Your integration will now show up in the integrations list. Click it to see the associated key and secret details.


On the inetgration details page you can see the key and secret, both of which you will need to connect to the graphql endpoint from the Grafana datasource


Install the Kintaba GraphQL Data source
Download the Kintaba GraphQL Data Source and install it to your Grafana instance's /data/plugins directory. Make sure to restart the Grafana server after adding the plugin.
Add and Configure the Data Source
Add a new Data Source in Grafana


Select the Kintaba GraphQL Data Source


In the Data Source configuration, set the URL to be https://app.kintaba.com/api/graphql


Then add two custom http headers with the following values from your Kintaba Integration settings:
Header Name | Header Value |
---|---|
x-api-key | |
x-api-secret |
You can now save the Data Source


Install the Kintaba Grafana Dashboard template
Download the grafana dashboard template as a starting point for various charts and data units.
Getting Additional Help
Our team is here to help with any grafana or custom integration work you may be developing. Contact us at: [email protected] with any questions or via the chat link on all of our pages.
Updated over 1 year ago