Adding upstream version 1.34.4.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
e393c3af3f
commit
4978089aab
4963 changed files with 677545 additions and 0 deletions
18
plugins/inputs/intel_pmt/sample.conf
Normal file
18
plugins/inputs/intel_pmt/sample.conf
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Intel Platform Monitoring Technology plugin exposes Intel PMT metrics available through the Intel PMT kernel space.
|
||||
# This plugin ONLY supports Linux.
|
||||
[[inputs.intel_pmt]]
|
||||
## Filepath to PMT XML within local copies of XML files from PMT repository.
|
||||
## The filepath should be absolute.
|
||||
spec = "/home/telegraf/Intel-PMT/xml/pmt.xml"
|
||||
|
||||
## Enable metrics by their datatype.
|
||||
## See the Enabling Metrics section in README for more details.
|
||||
## If empty, all metrics are enabled.
|
||||
## When used, the alternative option samples_enabled should NOT be used.
|
||||
# datatypes_enabled = []
|
||||
|
||||
## Enable metrics by their name.
|
||||
## See the Enabling Metrics section in README for more details.
|
||||
## If empty, all metrics are enabled.
|
||||
## When used, the alternative option datatypes_enabled should NOT be used.
|
||||
# samples_enabled = []
|
Loading…
Add table
Add a link
Reference in a new issue