Sum /facts aggregates across backends #17
Reference in New Issue
Block a user
Delete Branch "benvin/facts-aggregates"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
A
/factsaggregate row carries no certname, so the per-certname fact mergecollapsed every backend's rows into one bucket and served a single backend's
numbers instead of the total.
/factsquery whoseextractcarries afunctioncolumn toserveSummed, as/nodes,/resourcesand/reportsalready do/factsaggregates sumextractfunctions combine correctly across backendsStacked on #16; the diff collapses to this change once that merges.