Aggregate keeping all labels but instance prometheus

without() keeps every label except instance; cleaner than listing many by() labels

sum without(instance) (rate(http_requests_total{code=~"5.."}[5m]))
more prometheus all 30 commands →