Sven Rebhan
09eb7ee111
chore: Move aws credentials to plugins/common. ( #11681 )
2022-08-16 19:04:30 +02:00
Joshua Powers
196abb74cf
fix(inputs.cloudwatch): customizable batch size when querying ( #10851 )
2022-08-01 13:09:25 -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
Sergey Lanzman
23afa9f28c
fix: Output erroneous namespace and continue instead of error out ( #11069 )
2022-05-16 13:27:00 -06: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
n2N8Z
69afb140ad
fix: resolve #10027 ( #10112 )
2021-12-01 09:49:59 -07:00
Alexander Krantz
06f2a37b4a
chore: Update to AWS SDK v2 ( #9647 )
2021-10-21 16:32:10 -05:00
Sebastian Spaink
fde637464a
fix: migrate aws/credentials.go to use NewSession, same functionality but now supports error ( #9878 )
2021-10-07 15:47:56 -05:00
Doron-Bargo
646273abe0
fix: pagination error on cloudwatch plugin ( #9693 )
2021-09-14 17:06:11 -04:00
Alexander Krantz
83bd10b4db
feat: Pull metrics from multiple AWS CloudWatch namespaces ( #9386 )
2021-08-10 16:47:23 -05:00
Alexander Krantz
de01d37a36
feat: Support AWS Web Identity Provider ( #9411 )
2021-08-03 17:29:26 -04:00
Paweł Żak
1fabc5f1fe
Linter fixes for plugins/inputs/[c]* ( #9194 )
...
* Linter fixes for plugins/inputs/[c]*
* Linter fixes for plugins/inputs/[c]*
Co-authored-by: Pawel Zak <Pawel Zak>
2021-04-27 20:41:52 -05:00
Sven Rebhan
03b2daeb1b
Linter fixes (unhandled errors) -- Part 2 ( #9122 )
2021-04-22 16:08:03 -05:00
David Bennett
e29bca7419
Add Glob / Wildcard support to Cloudwatch input for 'Dimensions' configuration ( #9136 )
...
I believe this will resolve #4046
2021-04-20 16:29:58 -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
David Bennett
accf91305f
add proxy ( #8915 )
2021-02-26 13:58:28 -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
Josh Bonello
06c62f263c
Implement AWS CloudWatch Input Plugin ListMetrics API calls to use Active Metric Filter ( #7894 )
2020-09-29 16:31:38 -06:00
Steven Soroka
4d11d76bb1
cleanup cloudwatch plugin ( #7928 )
2020-08-07 10:12:14 -04:00
Josh Soref
bf1eb291f2
Fix assorted spelling mistakes ( #7507 )
2020-05-15 15:43:32 -07:00
Steven Soroka
b73a232a6a
Support Go execd plugins with shim ( #7283 )
2020-05-04 14:09:10 -04:00
Daniel Nelson
5a30c9816e
Use new higher per request limit for cloudwatch GetMetricData ( #7335 )
2020-04-22 15:53:01 -07:00
Daniel Nelson
7a90ddd1b8
Log no metrics found at debug level in cloudwatch input ( #6665 )
2019-11-15 18:52:55 -08:00
Greg
8ec79513b6
Add timeout option to cloudwatch input ( #6553 )
2019-10-21 14:18:55 -07:00
Alberto del Barrio
bae7f59bbf
Fix syntax error in cloudwatch sample config ( #5797 )
2019-05-03 10:05:06 -07:00
Greg
e334830458
Collect cloudwatch stats using GetMetricData ( #5544 )
2019-04-22 17:36:46 -07:00
Jon McKenzie
03a119e322
Align metrics window to interval in cloudwatch input ( #4667 )
2018-09-11 14:59:39 -07:00
Daniel Nelson
93ed28e745
Add support for configuring an AWS endpoint_url ( #4485 )
2018-07-31 16:07:21 -06:00
Daniel Nelson
6a2e2bfd7c
Add troubleshooting docs to cloudwatch input
2018-07-07 00:21:21 -07:00
Maximilien Richer
5f215c22fe
Fix typos in comments ( #3415 )
2017-10-31 17:00:06 -07:00
Daniel Nelson
de3f52b990
Update cloudwatch documentation
...
Mention that some metrics are available only at larger intervals than 5
minutes. Update dead links to new locations and example config.
closes #1907
2017-05-08 11:31:20 -07:00
Patrick Hemmer
06baf7cf78
use AddError everywhere ( #2372 )
2017-04-24 11:13:26 -07:00
Antoine Augusti
426182b81a
Update default value for Cloudwatch rate limit ( #2520 )
2017-03-15 15:20:18 -07:00
Leon Barrett
6e241611be
Fix bug: too many cloudwatch metrics ( #1885 )
...
* Fix bug: too many cloudwatch metrics
Cloudwatch metrics were being added incorrectly. The most obvious
symptom of this was that too many metrics were being added. A simple
check against the name of the metric proved to be a sufficient fix. In
order to test the fix, a metric selection function was factored out.
* Go fmt cloudwatch
* Cloudwatch isSelected checks metric name
* Move cloudwatch line in changelog to 1.2 features
2016-12-13 14:13:53 +00:00
John Engelman
5d3850c44e
Update docs on Cloudwatch. Set default period to 5m. ( #2000 )
2016-11-07 12:14:04 +00:00
John Engelman
b349800f7a
Fix up AWS plugin docs so they don't use single quotes. ( #1991 )
...
Also don't use named returns in fetchNamespaceMetrics since it's
non-standard for the rest of the codebase.
2016-11-04 13:16:41 +00:00
Nathan Haneysmith
7d8de4b8e1
Move default ratelimit to init
2016-08-30 14:33:51 -07:00
Nathan Haneysmith
ca49babf3a
set a default value of 10 for ratelimit
2016-08-29 11:41:43 -07:00
Nathan Haneysmith
4e019a176d
add the ratelimit to the sample config
2016-08-25 18:04:29 -07:00
Nathan Haneysmith
a0e23d30fe
ahem, apparently limiter wants an int
2016-08-25 17:56:33 -07:00
Nathan Haneysmith
e931706249
make that variable a string
2016-08-25 17:53:46 -07:00
Nathan Haneysmith
2457d95262
Move CloudWatch rate limit to config
...
Reference #1670
2016-08-25 17:46:38 -07:00
Cameron Sparr
2c448e22e1
New object: ErrChan for concurrent err handling
2016-06-02 13:29:37 +01:00
Cameron Sparr
9ff536d94d
Limit GetMetricStatistics to 10 per second
...
closes #1197
2016-05-31 11:26:52 +01:00
John Engelman
5f3a91bffd
Consolidate AWS credentials ( #1208 )
...
* Use shared AWS credential configuration.
* Cloudwatch dimension wilcards
* Allow configuring cache_ttl for cloudwatch metrics.
* Allow for wildcard in dimension values to select all available metrics.
* Use internal.Duration for CacheTTL and go fmt
* Refactor to not use embedded structs for config.
* Update AWS plugin READMEs with credentials details, update Changelog.
* Fix changelog after rebasing to master and 0.13.1 release.
* Fix changelog after rebase.
2016-05-25 12:30:39 +01:00
John Engelman
1c4043ab39
Closes #1085 - allow for specifying AWS credentials in config.
...
closes #1085
closes #1086
2016-04-26 17:24:05 -06:00
Cameron Sparr
7b27cad1ba
Dont specify AWS credential chain, use default
...
closes #1078
2016-04-22 11:43:20 -06:00
Josh Hardy
d5b9e003fe
Add CloudWatch input plugin
...
Rebased commit of previously reviewed branch.
Added cloudwatch client Mock and more rich unit tests.
closes #935
closes #936
2016-04-06 13:45:06 -06:00