Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Aggregation operators help aggregate log messages into groups. These groups can be user-defined or by default, they’re grouped over time. At a high level, FuseQL supports the following aggregation groupsoperators:

  • count all log lines or fingerprints.

  • count_unique of labels or string-valued facets or fingerprints.

  • statistical operations (min, max, avg, sum, stddev, stdvar and percentiles) on numeric or duration facet values.

  • misc aggregation operations (first and last).

...

Computes the percentiles (p50, p75, p90, p95 and or p99) of numeric or duration valued facets.

...