Viktor Szépe
31a1d34d99
chore: Fix typos throughout codebase ( #15338 )
2024-05-31 10:26:37 +02:00
Sven Rebhan
a3b105e88e
feat(inputs.procstat): Add option to select properties to collect ( #15299 )
2024-05-08 11:22:25 -05:00
Sven Rebhan
46dbab0c0d
feat(inputs.procstat): Report consistent I/O on Linux ( #15186 )
2024-04-23 08:50:36 -06:00
Sven Rebhan
2acae45d09
feat(inputs.procstat): Allow multiple selection criteria ( #14948 )
...
Co-authored-by: Joshua Powers <powersj@fastmail.com>
2024-04-19 12:12:37 +02:00
Sven Rebhan
ebffaa3916
chore(inputs.procstat): Convert bool tagging settings to a list ( #14333 )
2023-11-30 16:23:35 -07:00
chenbt
2c5fbbc2a7
feat(inputs.procstat): Obtain process information through supervisor ( #13417 )
2023-11-13 16:11:31 -07:00
Sven Rebhan
76b311813a
feat(inputs.procstat)!: Remove useless zero cpu_times ( #14224 )
2023-10-31 16:03:36 -06:00
Joshua Powers
4b447d0483
docs(inputs.procstat): Add docs on permissions and metric details ( #13921 )
2023-09-14 20:09:55 +02:00
Joshua Powers
86a546c88d
fix(inputs.procstat): Collect swap via /proc/$pid/smaps ( #13779 )
2023-09-08 11:41:48 +02:00
Vanilla
f2a1101581
feat(inputs.procstat): Add status field ( #13505 )
2023-06-27 17:12:16 +02:00
r3inbowari
19c4316694
chore: Update README.md ( #12989 )
2023-04-04 13:43:49 +02:00
Joshua Powers
fc1fb2fcd9
docs(inputs.procstat): add ppid field ( #12641 )
2023-02-07 09:37:21 -07:00
Thomas Casteleyn
61523bd4b9
feat(tools/readme_linter): Check for global configuration section ( #12426 )
2023-01-12 16:55:21 +01:00
Joshua Powers
49ac03fa80
docs: add global configuration header ( #12107 )
2022-10-26 14:58:36 -05:00
reimda
f7aab29381
chore: Fix readme linter errors for input plugins M-Z ( #11274 )
2022-06-08 15:22:56 -06:00
Sven Rebhan
56eb914998
chore: Embed sample configurations into README for inputs ( #11136 )
2022-05-24 08:49:47 -05:00
Sebastian Spaink
b355be5ccb
feat: migrate input plugins to new sample config format (M-Z) ( #10926 )
2022-04-11 16:32:25 -05:00
Mya
d4582dca70
chore: clean up all markdown lint error on input plugins n through r ( #10168 )
2021-11-24 11:50:01 -07:00
Sebastian Spaink
126825d944
Fix procstat plugin README to match sample config ( #9553 )
2021-07-28 16:22:37 -06:00
Sebastian Spaink
5843b27d75
Update procstat to support cgroup globs & include systemd unit children (Copy of #7890 ) ( #9488 )
2021-07-27 16:51:56 -05:00
Greg
7c17055178
Provide method to include core count when reporting cpu_usage in procstat input ( #6165 )
...
* Provide a non-irix reporting of cpu_usage in procstat input
* Update sample config to include cpu gathering mode
* cleanup readme from merge
2020-12-23 09:30:47 -06:00
Ben Carlton
143cabc4b7
Removed outdated information about Windows support ( #7971 )
...
Newer versions of Telegraf for Windows do not appear to support using WMI query patterns as values for the "pattern" option. Regular expressions appear to be the only patterns now supported.
2020-11-27 16:15:11 -05:00
Daniel Nelson
68b936c9f0
Update procstat pid_tag documentation
2020-05-14 00:48:05 -07:00
prashanthjbabu
59a506ae4a
Add process created_at time to procstat input ( #7039 )
2020-02-19 11:57:07 -08:00
Daniel Nelson
2754a484f9
Document memory_usage field in procstat input
2019-10-24 11:13:52 -07:00
Marc Venturini
4b6e791908
Fix sensor read error stops reporting of all sensors in temp input ( #5941 )
2019-06-14 11:27:24 -07:00
Matthew Crenshaw
9c3af1e6ac
Add pagefault data to procstat input plugin ( #5769 )
2019-04-25 17:21:02 -07:00
scottprichard
d2666d0db6
Add cmdline tag to procstat input ( #5681 )
2019-04-10 18:42:38 -07:00
Daniel Nelson
cf2b85f383
Add running field to procstat_lookup ( #5069 )
2018-12-11 19:11:33 -08:00
pytimer
f81696b6b5
Add windows service name lookup to procstat input ( #4811 )
2018-10-05 11:14:44 -07:00
maxunt
2da223390a
Add procstat_lookup metric to readme ( #4337 )
2018-07-02 19:05:17 -07:00
Daniel Nelson
23933e1139
Improve procstat readme
2018-02-01 16:12:08 -08:00
Ben Aldrich
a7571d5730
Add native Go method for finding pids to procstat ( #3559 )
2018-02-01 15:14:27 -08:00
Patrick Hemmer
6ee6d55751
Add systemd unit pid and cgroup matching to procstat ( #3459 )
2017-11-13 10:59:27 -08:00
Patrick Hemmer
0339dc7faf
Add process resource limits to procstat input ( #3231 )
2017-09-15 11:16:44 -07:00
Sylvain Boily
9148871608
Documentation privilege requirements for specific procstat metrics ( #2787 )
2017-05-25 13:06:27 -07:00
Alexander Blagoev
3c28b93514
Improve procstat input documentation ( #2699 )
...
closes #1895
2017-04-24 11:18:55 -07:00
Priyank Trivedi
393d129982
Fix typo from 'Proctstas' to 'Procstat' in procstat plugin's README ( #1945 )
2016-10-25 13:57:55 +01:00
Thibault Cohen
cd66e203bd
Improve procstat
...
closes #799
2016-03-07 17:57:32 +01:00
Aurélien DEHAY
9687f71a17
README updated for pgrep user support
...
closes #724
2016-02-22 14:33:37 -07:00
Cameron Sparr
40a5bad968
Update procstat doc
2016-01-15 15:55:52 -07:00
Cameron Sparr
9c5db1057d
renaming plugins -> inputs
2016-01-07 15:04:30 -07:00