You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried using grafana-wtf recently with my instance of Grafana 11. However, I will get a giant list of warnings whenever I run any explore commands. They all mention basically the same thing, that a data source could not be found. (I had to replace the real names with placeholders here, but other than that, this is from an actual production instance.)
2025-03-28 15:48:16,170 [grafana_wtf.core ] WARNING : Data source 'datasource-1' not found
2025-03-28 15:48:16,170 [grafana_wtf.core ] WARNING : Data source 'datasource-2' not found
2025-03-28 15:48:16,170 [grafana_wtf.core ] WARNING : Data source 'datasource-3' not found
I went into the source code to see where this error is coming from and it seems to be coming from here.
So it should be printing the UID, not the name, right? In my examples above, datasource-3 should have a UID of -iifrMA4k while datasource-2 should have a UID of YN2vilf7k. Yet that's not what is being printed. Is this a Grafana 11 specific issue?