Summarize Into Metrics
When in the Log Analytics interface, Kloudfuse automatically applies aggregations based on the data type that you are examining. These are count, unique count, and average.
- Count
-
When you examine logs and fingerprints, Kloudfuse applies the
countaggregation. You can see that in the second element of the(Show) clause, which appears as
(count of).
- Unique count
-
When examining labels or facets with non-numeric data types (
STRINGandIP_ADDRESS), Kloudfuse applies thedistinct countaggregation. You can see that in the second element of the(Show) clause, which appears as
(count of).
- Average
-
When examining facets with numeric data types (
NUMBERandDURATION), Kloudfuse applies theaverageaggregation. You can see that in the second element of the(Show) clause, which appears as
(average of).