Paweł Żak
9d9eb403a6
chore: Review of //nolint comments ( #12088 )
2022-10-26 12:06:08 +02:00
Sebastian Spaink
4913392b85
chore: Remove deprecated build tags ( #11867 )
2022-09-22 13:25:31 -05:00
Sebastian Spaink
d67f75e557
docs: Remove warning not to remove go:embed ( #11797 )
...
Co-authored-by: Joshua Powers <powersj@fastmail.com>
2022-09-13 12:47:58 -05:00
Joshua Powers
8c49ddccc3
chore: update to go1.19.1 ( #11776 )
2022-09-08 12:49:36 -06:00
reimda
f7aab29381
chore: Fix readme linter errors for input plugins M-Z ( #11274 )
2022-06-08 15:22:56 -06:00
Joshua Powers
2fc19fa308
chore: correctly spell embed ( #11200 )
2022-05-27 07:13:47 -06:00
Sven Rebhan
56eb914998
chore: Embed sample configurations into README for inputs ( #11136 )
2022-05-24 08:49:47 -05:00
Sebastian Spaink
0f5dc9946c
chore(inputs_m-z): migrate sample configs into separate files ( #11133 )
2022-05-18 11:31:34 -05:00
Eng Zer Jun
c3d176029d
test: use `T.TempDir` to create temporary test directory ( #10988 )
2022-04-18 13:27:59 -06: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
Pierre Fersing
4a0397342a
fix: update shirou/gopsutil to v3 ( #10119 )
2021-11-18 09:33:47 -07:00
Paweł Żak
b9e4978b17
fix: Linter fixes for plugins/inputs/p* ( #10066 )
2021-11-15 09:14:09 -06:00
Joshua Powers
85a7fbc13f
fix: procstat tags were not getting generated correctly ( #9973 )
...
Fixes : #9961
2021-10-25 13:21:39 -06:00
Sebastian Spaink
2e230e6bf4
fix: Correct conversion of int with specific bit size ( #9933 )
2021-10-18 09:48:16 -05:00
Joshua Powers
ac40bdc52e
fix: procstat missing tags in procstat_lookup metric ( #9808 )
...
In #9488 the way that tags were built for procstat_lookup was changed
and it was only including the pid_finder and result tags. This is not
consistent with the documentation and is a regression from how they were
previously constructed.
Becuase of the large change to how procstat metrics are gathered, this
will use one of the process metric's tags as a basis for the tags for
procstat_lookup.
Resolves : #9793
2021-10-01 15:10:25 -06:00
Eng Zer Jun
6a3b27126a
refactor: move from io/ioutil to io and os package ( #9811 )
2021-09-28 15:16:32 -06:00
Sebastian Spaink
3a7d9b6d98
fix: support 1.17 & 1.16.7 Go versions ( #9642 )
2021-08-23 15:37:44 -05: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
Sven Rebhan
8e7da355b3
Linter fixes (unhandled errors) -- Part 1 ( #8992 )
2021-04-08 11:43:39 -05:00
Paweł Żak
74a1acd814
Linter fixes - revive:unused-parameter, unparam, varcheck and unused ( #8984 )
...
* Linter fixes - revive:unused-parameter and unparam
* Linter fixes - revive:unused-parameter and unparam
* Linter fixes - revive:unused-parameter and unparam
* "nolint"'s removed
* Fixes for "varcheck" and "unused" added.
* Fixes for "varcheck" and "unused" added.
* Fixes for "varcheck" and "unused" added.
* Fixes for "varcheck" and "unused" added.
* Fixes for "varcheck" and "unused" added.
* Fixes for "varcheck" and "unused" added.
* Fixes for "varcheck" and "unused" added.
Co-authored-by: Pawel Zak <Pawel Zak>
2021-03-22 12:21:36 -05:00
Paweł Żak
38c61c07ef
Revive fixes - part 4: ( #8981 )
...
empty-lines
Co-authored-by: Pawel Zak <Pawel Zak>
2021-03-12 14:21:51 -06:00
reimda
851136f16c
Add PPID field to procstat input plugin ( #8887 )
2021-03-02 21:42:06 -07:00
Paweł Żak
8a6907a186
Revive fixes - part 3 ( #8872 )
...
* * Revive fixes regarding following set of rules: [rule.var-naming]
2021-03-01 16:04:35 -05:00
Paweł Żak
d9736d543f
Revive fixes - part 2 ( #8835 )
...
* Revive fixes regarding following set of rules:
[rule.if-return]
[rule.increment-decrement]
[rule.var-declaration]
[rule.package-comments]
[rule.receiver-naming]
[rule.unexported-return]
2021-02-16 18:19:50 -05:00
Paweł Żak
ba66d4facb
Revive fixes - part 1 ( #8797 )
...
* Revive fixes regarding following set of rules:
[rule.blank-imports]
[rule.context-as-argument]
[rule.context-keys-type]
[rule.dot-imports]
[rule.error-return]
[rule.error-strings]
[rule.indent-error-flow]
[rule.errorf]
2021-02-08 11:18:40 -05:00
Helen Weller
d41569caed
Integration test audit ( #8725 )
2021-01-26 11:06:12 -07:00
David Bennett
70d2b1f790
Procstat input plugin should use the same timestamp in all metrics in the same Gather() cycle. ( #8658 )
2021-01-12 17:59:13 -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
Paweł Żak
c8e69aca3c
Fixed almost all bugs found by LGTM analysis platform ( #8240 )
2020-10-08 11:20:35 -04:00
Steven Soroka
0e6566a20f
procstat performance enhancement ( #7686 )
...
up to 40/120x better performance on FullPattern/Pattern functions
2020-06-16 13:46:32 -04:00
Daniel Nelson
894841a723
Update to github.com/shirou/gopsutil v2.20.5 ( #7641 )
2020-06-08 13:25:59 -07:00
Daniel Nelson
68b936c9f0
Update procstat pid_tag documentation
2020-05-14 00:48:05 -07:00
Josh Soref
2c56d6de81
Fix spelling errors in comments and documentation ( #7492 )
2020-05-14 00:41:58 -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
Matthew Crenshaw
e36639b15d
Add memory_usage field to procstat input plugin ( #6249 )
2019-08-14 10:17:38 -07:00
José Moreno Hanshing
cc2f3b29e1
Don't consider pid of 0 when using systemd lookup in procstat ( #5972 )
2019-06-14 12:00:14 -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
Ferdi
cb4387df3f
Verify a process passed by pid_file exists ( #5768 )
2019-04-29 15:32:10 -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
Greg
74667cd681
Fix toml struct tag in win_service #4811 ( #4936 )
2018-11-05 13:33:02 -08:00
Trevor Pounds
17360f079c
Fix spelling mistakes ( #4888 )
2018-10-19 11:12:01 -07:00
pytimer
f81696b6b5
Add windows service name lookup to procstat input ( #4811 )
2018-10-05 11:14:44 -07:00
Daniel Nelson
77f669344b
Exclude Windows WMI tests from -short tests
2018-09-17 18:00:12 -07:00
Greg
019d265167
Add dev/telegraf.conf for docker, exec, and procstat input ( #4460 )
2018-07-27 18:39:37 -07:00