Nobuhiro MIKI
ab04f3a1c7
feat: add slab metrics input plugin ( #11075 )
...
Co-authored-by: reimda <reimda@users.noreply.github.com>
Co-authored-by: Joshua Powers <powersj@fastmail.com>
2022-05-18 22:42:17 -05:00
Joshua Powers
dad330c3e1
fix: use readers over closers in http input ( #11083 )
2022-05-18 13:06:56 -06:00
Sebastian Spaink
6b697db11e
chore(inputs_a-l): migrate sample configs into separate files ( #11132 )
2022-05-18 11:31:52 -05:00
Sebastian Spaink
0f5dc9946c
chore(inputs_m-z): migrate sample configs into separate files ( #11133 )
2022-05-18 11:31:34 -05:00
Sebastian Spaink
256caede89
chore(outputs): migrate sample configs into separate files ( #11131 )
2022-05-18 11:30:06 -05:00
Sebastian Spaink
4b3a5d5559
chore(aggregators): migrate sample configs into separate files ( #11130 )
2022-05-18 11:29:55 -05:00
Sebastian Spaink
d345348834
chore(processors): migrate sample configs into separate files ( #11125 )
2022-05-18 11:29:43 -05:00
Joshua Powers
2488d75edd
test: use supported version of elasticsearch ( #11111 )
2022-05-17 20:35:40 +00:00
Joshua Powers
d0476898e5
test: remove unecessary flag in sql input ( #11115 )
2022-05-17 20:30:18 +00:00
Joshua Powers
c8796a71ae
fix: elasticsearch output float handling test ( #11120 )
2022-05-17 20:28:05 +00:00
Joshua Powers
b4b52d1a6f
test: remove unused riemann from docker-compose ( #11118 )
2022-05-17 20:26:27 +00:00
Sakerdotes
42f954fc88
fix(parsers/nagios): metrics will always return a supported status co… ( #11062 )
...
Co-authored-by: Morten Urban <morten.urban@sectornord.de>
2022-05-17 15:14:26 -05:00
Kuldeep Doneriya
d3abbc0897
feat: allow other fluentd metrics apart from retry_count, buffer_queu… ( #11056 )
2022-05-17 15:12:35 -05:00
Thomas Casteleyn
442728b03e
feat(parsers/logfmt): Add tag support ( #11060 )
2022-05-17 15:08:03 -05:00
reimda
1b10e15424
fix: log instance name in skip warnings ( #10995 )
2022-05-17 13:42:42 -06:00
dependabot[bot]
54c75bd6ae
fix: bump github.com/wavefronthq/wavefront-sdk-go from 0.9.10 to 0.9.11 ( #10970 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-17 10:55:58 -05:00
Sven Rebhan
58071a7126
fix: Update gopsutil from v3.22.3 to v3.22.4 to allow for HOST_PROC_MOUNTINFO. ( #11107 )
2022-05-17 07:27:28 -06:00
Thomas Casteleyn
69314405ed
chore(inputs/file): More clear error messages ( #11104 )
2022-05-16 17:21:46 -05:00
Felix Edelmann
1d659f5fbe
test: add test for mysql gatherGlobalVariables using sql-mock ( #10987 )
2022-05-16 15:11:25 -06:00
sammcadams-8451
df6d4e7972
feat: Artifactory Webhook Receiver ( #10918 )
2022-05-16 14:20:54 -06:00
lambdaq
09a863bd3d
docs: fix socket_writer output format link ( #11101 )
2022-05-16 13:49:35 -06:00
Joshua Powers
0d18847f59
fix: check net.Listen() error in tests ( #11093 )
2022-05-16 13:37:53 -06:00
Sergey Lanzman
23afa9f28c
fix: Output erroneous namespace and continue instead of error out ( #11069 )
2022-05-16 13:27:00 -06:00
Josh Powers
5014d6b2b3
Update changelog
...
(cherry picked from commit c07868f5a69e89630b98a88ddfb7d66571949df3)
2022-05-16 08:28:32 -06:00
Nathan Ferch
62922de631
feat: add mount option filtering to disk plugin ( #11039 )
2022-05-12 15:16:19 -06:00
6monlambert
fa723355f5
feat(inputs.vsphere): Collect resource pools metrics and add resource pool tag in VM metrics ( #10574 )
...
* Collect Resource Pool metrics; Add rpname tag on VM metrics
* Update vSphere readme file
* Update vSphere readme file
* Correct typo in vSphere Readme
* Correct Markdown of metrics.md
* Fix metrics file
* Fix code in endpoint (filter); add some tests
* Update plugins/inputs/vsphere/endpoint.go
That's true I commit this suggestion
Co-authored-by: Sebastian Spaink <3441183+sspaink@users.noreply.github.com>
* Removed Context and Endpoint from getResourcePoolName func
Co-authored-by: Simon LAMBERT <silambert@cirilgroup.com>
Co-authored-by: Sebastian Spaink <3441183+sspaink@users.noreply.github.com>
2022-05-12 15:36:56 -05:00
Joshua Powers
b36953d10b
docs: note about listsnapshots cause zfs parse failures ( #11091 )
2022-05-12 12:43:38 -06:00
dependabot[bot]
a9de025c84
fix: bump github.com/showwin/speedtest-go from 1.1.4 to 1.1.5 ( #10722 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: MyaLongmire <myalongmire05@gmail.com>
2022-05-12 10:58:24 -05:00
Farukh Ali
906b24e31d
fix(outputs.Wavefront): If no "host" tag is provided, do not add "telegraf.host" tag ( #11078 )
...
Co-authored-by: ffaroo1 <svc-registry-github@intuit.com>
2022-05-12 10:46:28 -05:00
Jacob Marble
3c79acbd80
chore: update opentelemetry plugins ( #11085 )
2022-05-12 10:34:52 -05:00
Peter (Stig) Edwards
2cad990e10
docs: correct copy-and-paste of udp to tcp ( #11080 )
2022-05-11 09:54:36 -06:00
Eng Zer Jun
81090be35d
refactor: replace strings.Replace with strings.ReplaceAll ( #11079 )
2022-05-11 09:53:34 -06:00
M.D
fed88fcb44
feat(exec, execd): add an option to pass a custom environment to their child process ( #11049 )
2022-05-10 15:34:05 -06:00
Sebastian Spaink
4a15e0aba8
fix(inputs.couchbase): Don't assume metrics will all be of the same length ( #11045 )
...
* fix(inputs.couchbase): Don't assume metrics will all be of the same length
* fix: move to one line
2022-05-10 16:30:37 -05:00
Joshua Powers
7d456d1773
fix: deprecate useless database config option ( #11044 )
2022-05-10 15:26:04 -06:00
Joshua Powers
3e60bc1d4b
fix: do not error when closing statsd network connection ( #11043 )
2022-05-10 15:24:34 -06:00
Joshua Powers
e28793cff1
fix: re-init azure monitor http client on context deadline error ( #11030 )
2022-05-10 15:24:01 -06:00
Tyson Kamp
9c02a47e8f
feat: add influx semantic commits checker, checks only last commit. ( #11037 )
2022-05-10 15:18:52 -06:00
Joshua Powers
c7ffe1758f
fix: have telegraf service wait for network up ( #11042 )
2022-05-10 15:13:44 -06:00
Thomas Casteleyn
8aacd07257
chore(inputs/disk): add deprecation notice to legacy mountpoints setting ( #10948 )
2022-05-10 09:59:57 -06:00
Thomas Casteleyn
6dc2b99549
style: align plugin renaming ( #10868 )
2022-04-28 13:40:34 -06:00
Josh Powers
e0212a7d7a
Update changelog
...
(cherry picked from commit 53863d2eb563b19742f89bccff08a09811c205da)
2022-04-28 09:06:34 -06:00
Jimmy Rimmer
eb791360c4
fix: datadog count metrics ( #10979 )
2022-04-27 17:04:34 -05:00
RaviKiran K
5a71d03e63
feat(outputs.http): Support configuration of `MaxIdleConns` and `MaxIdleConnsPerHost` ( #10954 )
2022-04-27 15:24:27 -05:00
Sebastian Spaink
3518577992
chore: enable linting of shell scripts ( #11031 )
2022-04-27 12:26:03 -05:00
Sebastian Spaink
51facf751b
chore: increase timeout for darwin packaging ( #11041 )
2022-04-27 11:26:32 -05:00
Joshua Powers
f97e50a73d
fix: reduce log level in disk plugin ( #10925 )
2022-04-26 15:46:28 -06:00
Joshua Powers
23bb23d981
feat: create and push nightly docker images to quay.io ( #11000 )
2022-04-26 14:11:01 -06:00
Tyson Kamp
6be1507d1e
chore: remove influxdata/validate-semantic-github-messages github workflow ( #11036 )
2022-04-26 12:21:03 -06:00
Tyson Kamp
c8aba006dc
chore: Adding influx's semantic commit and PR message checker, so we … ( #11009 )
...
* chore: Adding influx's semantic commit and PR message checker, so we can deprecate semantic-pull-requests
* feat: change commit history for semantic validation to 1 (last commit)
2022-04-26 11:01:18 -07:00