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
Sven Rebhan
e2578462a5
fix(inputs): Linter issues ( #11576 )
2022-08-02 13:52:17 +02:00
reimda
1b1482b5eb
chore: Fix readme linter errors for input plugins A-D ( #10964 )
2022-06-07 15:10:18 -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
6b697db11e
chore(inputs_a-l): migrate sample configs into separate files ( #11132 )
2022-05-18 11:31:52 -05:00
Eng Zer Jun
81090be35d
refactor: replace strings.Replace with strings.ReplaceAll ( #11079 )
2022-05-11 09:53:34 -06:00
Sebastian Spaink
8e2b4988fe
feat: migrate input plugins to new sample config format (A-L) ( #10924 )
2022-04-07 16:01:21 -06:00
Sebastian Spaink
80d66dfed9
fix(inputs.docker): keep field type of tasks_desired the same ( #10711 )
2022-03-08 09:00:48 -06:00
Thomas Casteleyn
a4f6b27bd5
style: Add deprecation notices to plugin options ( #10616 )
2022-03-01 15:05:53 -07:00
Jason Heard
ac65eb6325
fix: update docker memory usage calculation ( #10491 )
2022-01-28 14:03:50 -07:00
Joshua Powers
c353bace3a
feat: update docker client API version ( #10382 )
2022-01-06 07:30:42 -07:00
Joshua Powers
0c02f245d6
fix: markdown: resolve all markdown issues with d-f ( #10171 )
2021-11-24 11:56:26 -07:00
Eng Zer Jun
6a3b27126a
refactor: move from io/ioutil to io and os package ( #9811 )
2021-09-28 15:16:32 -06:00
Dmitry Alimov
285cae2b64
Fix typo in perDeviceIncludeDeprecationWarning ( #9442 )
2021-07-06 17:04:06 -04:00
Paweł Żak
9a794919e3
Linter fixes for plugins/inputs/[de]* ( #9379 )
2021-06-21 10:07:52 -05:00
Vyacheslav Stepanov
905b22cac9
Closing all idle connections in docker input plugin ( #9243 )
...
This prevents error "too many open files" in most cases
2021-06-14 23:23:39 -05:00
Adam Dobrawy
26e791f1c8
Add docs for docker-compose labels in docker input ( #9173 )
2021-05-03 16:15:35 -04:00
Sven Rebhan
03b2daeb1b
Linter fixes (unhandled errors) -- Part 2 ( #9122 )
2021-04-22 16:08:03 -05:00
Sven Rebhan
9853bf6c54
Get rid of deprecated internal.{Duration,Size,Number} ( #8969 )
2021-04-09 13:15:04 -04:00
Paweł Żak
5de640b855
Linter fixes - unconvert, revive:empty-lines, revive:var-naming, revive:unused-parameter ( #9036 )
...
Co-authored-by: Pawel Zak <Pawel Zak>
2021-03-24 11:27:46 -04:00
Aladex
dc8e4ef62e
check for length of perusage for stat gathering and removed not used function ( #9009 )
2021-03-22 15:01:25 -04: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
Andrés Álvarez
786dca2d5e
[plugins/input/docker] Make perdevice affect also cpu and add class granularity through perdevice_include/total_include ( #7312 )
2021-03-03 14:02:04 -05:00
Patrick Koenig
6bc731be92
Use consistent container name in docker input plugin ( #8703 )
2021-03-02 14:19:08 -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
3efec1a10c
Fix vulnerabilities found in BDBA scan ( #8199 )
2020-09-30 13:24:10 -04:00
Daniel Nelson
c73ed8ca6c
Export internal/tls package for use in execd plugins ( #7697 )
2020-06-25 11:44:22 -07:00
Josh Soref
2c56d6de81
Fix spelling errors in comments and documentation ( #7492 )
2020-05-14 00:41:58 -07:00
Daniel Nelson
ce3ae58ad9
Fix uptime_ns calculation when container has been restarted ( #6649 )
2019-11-12 11:58:13 -08:00
Randy Coburn
a5294fde32
Add container id as optional source tag to docker and docker_log input ( #6473 )
2019-10-07 17:27:32 -07:00
Greg
817c9a69a9
Document and add support to input plugins for logging alias ( #6357 )
2019-09-23 15:39:50 -07:00
kden416
169fd64788
Add list of possible container states to docker docs ( #6099 )
2019-07-15 17:10:42 -07:00
George
3f424b88c9
Add docker_devicemapper measurement to docker input plugin ( #6084 )
2019-07-15 10:24:47 +01:00
Daniel Nelson
f405bca034
Fix docker input unit tests
2019-06-21 14:45:56 -07:00
masuyama-ascade
e6d71bdb65
Add container_id field to docker_container_status metrics ( #6019 )
2019-06-21 12:20:35 -07:00
Daniel Nelson
a0c739eec7
Follow up work on docker_log input ( #6008 )
2019-06-20 11:54:12 -07:00
Chris Goller
80089c7caf
Add better user-facing errors for API timeouts ( #6016 )
2019-06-19 18:02:51 -07:00
George
c52e7d88d7
Add container uptime_ns in docker input plugin ( #5996 )
2019-06-19 15:37:10 -07:00
Evan Baker
dfb83778ea
Add ecs/fargate input plugin ( #5121 )
2019-05-26 20:01:02 -07:00
Jon McKenzie
633a468ff9
Improve Docker image identifier parsing ( #5838 )
2019-05-17 11:02:22 -07:00
Greg
723d8f0104
Fix panic in docker input with bad endpoint ( #5226 )
2019-01-03 15:57:39 -08:00
Trevor Pounds
ee056278f5
Enable gofmt code simplification ( #4887 )
2018-10-19 13:32:54 -07:00
Daniel Nelson
27bd51b9ac
Use container name from list if no name in container stats ( #4854 )
2018-10-12 14:36:55 -07:00
Gunnar
85db54c2f2
Add note about docker socket permissions ( #4724 )
2018-09-21 12:39:37 -07:00
Daniel Nelson
61e5d500ba
Add metric requirements to docker README
2018-08-27 13:06:27 -07:00
Greg
019d265167
Add dev/telegraf.conf for docker, exec, and procstat input ( #4460 )
2018-07-27 18:39:37 -07:00
Greg
6e245b5483
Update docker input plugin to use new library ( #4440 )
2018-07-25 17:10:28 -06:00