Open luckzack opened 3 years ago
Thanks, I think it should work yes, as long a your data has the right shape (a column with count and a column with the word)
I solved this by adding transformations to my query. First Series to Rows
and then a Group By
with grouping on metric and calculate mean on the value.
My promql query is grouped to only 1 label.
count by (label) (query)
Great wordcloud plugin, but I hope it can support prometheus datasource