Aggregation operators help aggregate log messages into groups. At a high level, FuseQL supports the following aggregation operators:
count all log lines or fingerprints.
count_unique of labels or string-valued facets or fingerprints.
statistical operations (
min
,max
,avg
,sum
,stddev
,stdvar
andpercentiles
) on numeric or duration facet values.misc aggregation operations (
first
andlast
).
...