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 (Show) clause, which appears as count of (count of).

Kloudfuse aggregates logs and fingerprints using the count function
Unique count

When examining labels or facets with non-numeric data types (STRING and IP_ADDRESS), Kloudfuse applies the distinct count aggregation. You can see that in the second element of the Show (Show) clause, which appears as count of (count of).

Kloudfuse aggregates log labels and facets with non-numeric types using the distinct count function
Average

When examining facets with numeric data types (NUMBER and DURATION), Kloudfuse applies the average aggregation. You can see that in the second element of the Show (Show) clause, which appears as averge of (average of).

Kloudfuse aggregates facets with numeric types  using the average function