if i do _source="test"
i get metrics. which consists of a column metric in it.
now when i do
_source="test" | count by metric
I get metric column values as count(atrribute) instead of the count functionality
i get this output when i try count by metric
I want to have a table where it counts based of metric type(because metric is a column in my table)