iotdb
iotdb copied to clipboard
[Feature request] Add COUNT NODE query on grafana visualization
Search before asking
- [X] I searched in the issues and found nothing similar.
Motivation
On grafana variables you have the choice to write an entire query without limitations has shown below:
(i use this query to count the number of cores of a virtual machine, each of which i take data from)
i can't use this syntax on the grafana visualization because i'm forced to use a SELECT statement:
Solution
Add another drop-down selection with a full-customized query editior that allows you to use all the language provided queries as in the grafana variables
Alternatives
No response
Are you willing to submit a PR?
- [ ] I'm willing to submit a PR!
any updates?