Aggregating log 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.
In Log Analytics, you cannot change or remove the aggregation.
- Count
-
When you examine logs and fingerprints, Kloudfuse applies the
count
aggregation. 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 (
STRING
andIP_ADDRESS
), Kloudfuse applies thedistinct count
aggregation. 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 (
NUMBER
andDURATION
), Kloudfuse applies theaverage
aggregation. You can see that in the second element of the(Show) clause, which appears as
(average of).