Skip to main content

max Metrics Operator

The max operator calculates the maximum value of the time series that match the query. If grouping is specified, it calculates the maximum for each group.

Syntax

max [by FIELD [, FIELD, ...]]

max examples

Maximum metric value across all matching time series

This query returns the maximum cpu_system value for each time interval across all matching time series.

dep=prod metric=cpu_system | max

Maximum metric value across by a tag value

This query returns the maximum cpu_system value by node for each time interval across all matching time series.

cluster=search metric=cpu_idle | max by node
Legal
Privacy Statement
Terms of Use

Copyright © 2023 by Sumo Logic, Inc.