puppetlabs / puppetlabs-puppet_metrics_collector

Puppet module for collecting metrics from PE components
Apache License 2.0
3 stars 27 forks source link

(SUP-3535) Add more sar metrics to collect #176

Closed m0dular closed 1 year ago

m0dular commented 1 year ago

(SUP-3535) Add more sar metrics to collect

This commit adds swapping, paging, and context switching to the sar metrics collected. It also:

This is "backwards-ish" incompatible change, but only for things which consume the output files. This is likely only Support tooling, which will account for the change in upcoming PRs.

MartyEwings commented 1 year ago

@m0dular are these breaking changes for the corresponding ops dashboard view?

m0dular commented 1 year ago

They are, but we can add new .conf files for Telegraf to pick them up. We will need to test that they import the data the same way.