Open balazspeterfi opened 7 years ago
Hi Balazs,
Which data source are you using?
Hi Tomer,
Bosun
Unfortunately we do not support this data source yet. this is because of the way Grafana is giving the data to the panel. I contacted Grafana and asked them for help in this issue, and I'll update the README file when I have news.
I was getting the same error with the source set to OpenTSDB. Is it not supported neither?
Hi All,
I exported a dashboard to a JSON file from one Grafana instance which is version 4.2.0 and imported the same into another Grafana instance which is on version 4.4.3. I encountered the below error:
Unknown panel type: jbrekelmans-status-panel
Further, verified that Grafana (4.4.3) uses Status Panel by Tomer Amir and the one Grafana (4.2.0) uses Status Panel by Jasper Brekelmans. Hence updated (by manually editing) the exported Dashboard JSON file with the same details. Now there is a new Error as below :
Error: There are multiple measurements with the same alias. Please give each measurement a unique name.
Any suggestions, much appreciated
Regards, Gurudath M S
Nice idea, but it doesn't work with Zabbix data source.
Hello,
I'm trying to use your plug-in to build status tiles for each of our apps, for which I need to add multiple Bosun queries for each panel. The problem is that when I add the second query I get the error saying: "Error: There are multiple measurements with the same alias. Please give each measurement a unique name." No matter how I change the alias names the same error always appears. I debugged your code and if I understood it correctly it not only checks for unique alias, but also for unique targets (https://github.com/Vonage/Grafana_Status_panel/blob/master/src/status_ctrl.js#L96) which is weird as I can't even set different targets per query (and I don't even want to). Could you please clarify the exact behavior as I can't solve this problem myself...?
Thanks, Balazs