# 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](https://docs.kloudfuse.com/platform/3.3.6/logs-aggregation/#count), [unique count](https://docs.kloudfuse.com/platform/3.3.6/logs-aggregation/#unique-count), and [average](https://docs.kloudfuse.com/platform/3.3.6/logs-aggregation/#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` and `IP_ADDRESS`), Kloudfuse applies the `distinct 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` and `DURATION`), Kloudfuse applies the `average` aggregation. You can see that in the second element of the  (Show) clause, which appears as  (average of).
