Serve PuppetDB meta and metrics endpoints, sum node and resource counts #11
Reference in New Issue
Block a user
Delete Branch "benvin/meta-metrics-and-counts"
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?
Why
Puppetboard 7.0.1 cannot run against pdbmux: it exits at import when
/pdb/meta/v1/version404s, and its landing page, metrics and radiator views 404 on the Jolokia surface.How
/pdb/meta/v1/version, reporting the lowest version any backend runs, and/pdb/meta/v1/server-timefrom the first reachable backend./metrics/v2/read,/metrics/v2/list,/metrics/v1/mbeans): objects union, numeric attributes sum by default, andMin/Max/Uptime/StartTimeplus the distribution stats take a bound or a mean./nodesextract-count queries to the summing path ahead of the certname merge, and give/resourcesaggregates the same path./nodesmerge with httptest backends.