You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#452 supports tracking peak samples during an execution of the query.
What we are still missing from the old Promql engine is max samples limit enforced by flag query.max-samples, which can be used to protect the query engine from getting OOM killed.
#452 supports tracking peak samples during an execution of the query.
What we are still missing from the old Promql engine is max samples limit enforced by flag
query.max-samples
, which can be used to protect the query engine from getting OOM killed.https://github.com/prometheus/prometheus/blob/main/cmd/prometheus/main.go#L512
The text was updated successfully, but these errors were encountered: