Merge "Add collectd-pmu package for Intel PMU (C7 only)"

This commit is contained in:
Zuul 2020-02-07 11:41:46 +00:00 committed by Gerrit Code Review
commit 10570292f4
2 changed files with 7 additions and 0 deletions

View File

@ -82,6 +82,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
{% else %}
{% set collectd_packages = collectd_packages + [
'collectd-hugepages',
'collectd-pmu',
'collectd-rdt',
'collectd-turbostat'
] %}

View File

@ -0,0 +1,6 @@
---
features:
- |
Adds ``collectd-pmu`` package to ``collectd`` RHEL-based image.
This allows to collect Intel PMU (performance counters) data via
``collectd``.