What is the difference between `sum by (job)` and `sum without (instance)` when other labels are `job` and `instance`?
-
A
They always produce identical results
-
B
`sum by (job)` keeps only the `job` label; `sum without (instance)` also keeps `job` but drops `instance` — same result here
-
C
`sum by (job)` drops all labels; `sum without (instance)` keeps all labels
-
D
They differ because `without` cannot be used with `sum`