I created a new backend data source plugin for Trino. It’s working fine, but there’s one issue I can’t figure out. No data sources of this type show up in the dropdown when creating new panels or in the explore window, unless I go there from the data source directly (so the type is in the URL). I can also import a dashboard that’s pointing to this data source.
I ran out of ideas on how to debug this kind of issue.
It’s Grafana 8.5.1. The plugin works, as I mentioned. It just doesn’t show up on the list of data sources. There are no errors in either server logs or in the browser.
Hi there,
I took a look at the plugin.json and noticed it has metrics: false. This Datasource dropdown looks like it filters based on this property. If you set it to true, rebuild your plugin and restart the grafana server does it appear in the dropdown options?