Hi there,
Totally new in grafana world, I’m wondering if I can use it for data visualization, that are not related to time series.
We are already using grafana for server monitoring.
But my needs are different.
Better to start with an example.
Let’s say I have a table where I have software and versions.
table softs
srv1,Apache,2.2
srv2, Apache, 2.4
srv2, php, 7.3
srv3, php, 5.6
srv3, Apache, 2.2
srv4, php, 7.0
…
I want to visualize the repartition of Apache or php by version, let’s say a graph pie.
Is it doable with grafana?
And if yes… how (of course ).
Thanks for your help.