Summarize Into Metrics :: Kloudfuse Docs

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 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).