无法使用mysql设置grafana模板

时间:2017-09-04 18:54:58

标签: mysql grafana

我正在尝试在grafana中创建模板变量,但我收到此错误:

Templating
Template variables could not be initialized: a.metricFindQuery is not a function

这是我的疑问:

select distinct marketplace_name from campaign_machine.marketplace_out_products_history;

我正在使用MySQL作为数据源。

我该如何解决这个问题:

1 个答案:

答案 0 :(得分:1)

MySQL插件的alpha版本不支持模板变量。试试Grafana的4.5 beta版,其中包含一个用于MySQL的功能更全面的数据源插件:

https://grafana.com/grafana/download/4.5.0-beta1

此提交中添加了对模板变量的支持:

https://github.com/grafana/grafana/issues/8855#issuecomment-321541864

关于如何在MySQL中使用模板变量的文档:

http://docs.grafana.org/features/datasources/mysql/#templating