go-graphite / carbonapi

Implementation of graphite API (graphite-web) in golang
Other
308 stars 140 forks source link

[BUG] please revert 73b1eb298bdcba488391b087ebb91cd24560cd45 it fully broke tags query #791

Open tantra35 opened 1 year ago

tantra35 commented 1 year ago

After upgrade to last main we discover that in grafana for variables tags queries fully broken, we doesn't see any tags as expected, after some investigation we found that the reason is 73b1eb298bdcba488391b087ebb91cd24560cd45, so please revert it

Civil commented 1 year ago

Done, but it would be great if you'll be able to provide more information (log, error messages, etc).

And I hope @msaf1980 would be able to have a look at it as that was his PR.

msaf1980 commented 1 year ago

@tantra35 Please past failed queries. I don't know why it's may be failed, but add some e2e tests for check. In our environment it's work.