Hello,
I am Currently Working on porting data from a json file I am hosting locally to grafana. I am currently using the infinity datasource plugin, and need a count for repeating objects ({name : Joe}{name:: Jane}{name : Joe}). I need a way to have a count for how many times each name shows up. Currently grafana shows:
Joe : 1
Jane : 1
Joe : 1
instead of:
Joe : 2
Jane : 1
thank you