VictoriaMetrics / grafana-datasource

Grafana Plugin for VictoriaMetrics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue with Annotations

yuriydzobak opened this issue · comments

Hi
Grafana version is 10.1.5
plugin version 0.7.0
I have mentioned that annotations were broken, but I don't remember after which version or it was worked before i starts to use plugin

When the DataSource is a variable type, Grafana doesn't put the variable value into the address to the data source, which causes a failure.

Please take a look at the screenshot.
grafana-annotations

Also, if i used DataSource Name not variable type, but the query doesn't support variables and doesn't provide any events, issue, console log or POD logs
if query is in format up{dc="$VAR"} then empty if i used up{dc="foo"} then it works
var DC is having values

image

image

Thanks for help

Duplicate of #146
This issue has been fixed in datasource starting from v0.8.0.