Aggregating trace metrics

When using the Query builder in APM Traces interfaces, Kloudfuse automatically applies aggregations based on the data type that you are examining. These are count, average, and unique count.

Count

When you examine all spans, Kloudfuse applies the count aggregation.

Average

When examining facets with a DURATION data type, Kloudfuse applies the average aggregation.

Kloudfuse aggregates facets with numeric types  using the average function

You can change the aggregation formula. In addition to avg, you can use max, median, min, and sum. You can also use the latencies p75, p90, p95, and p99.

Unique count

When examining attributes with other data types(NUMBER, STRING`, and IP_ADDRESS), Kloudfuse applies the distinct count aggregation.