Commit Graph

4905 Commits

Author SHA1 Message Date
Steven Soroka 88b09cf18c fix race 2020-06-24 13:29:44 -04:00
Steven Soroka 31754635a3 fix after rebase 2020-06-24 13:06:05 -04:00
Steven Soroka 8ddb8f9f26 remove processors/execd/examples/count.go 2020-06-24 13:01:46 -04:00
Steven Soroka 36e584e92f execd processor 2020-06-24 13:01:46 -04:00
Daniel Nelson a3aaa2f7bb
Fix license check 2020-06-23 17:03:56 -07:00
Daniel Nelson a371995a39
Update readme/changelog 2020-06-23 14:19:00 -07:00
Daniel Nelson c7cce961c3
Add starlark processor (#7660) 2020-06-23 14:15:14 -07:00
Daniel Nelson d98153e7bc
Update changelog 2020-06-23 11:56:13 -07:00
Piotr Szczepanik 6c1d9f765a
Add missing nvme attributes to smart plugin (#7575) 2020-06-23 11:55:32 -07:00
Daniel Nelson dd546797ed
Update changelog 2020-06-23 11:45:09 -07:00
denzilribeiro dd3ff0e8b4
Add counter type to perfmon collector (#7712) 2020-06-23 11:44:08 -07:00
Daniel Nelson da441cdbf0
Update changelog 2020-06-23 11:41:57 -07:00
Ricardo Ribalda Delgado e8461fe27a
Skip overs errors in the output of the sensors command (#7718) 2020-06-23 11:40:53 -07:00
Ben Zvan 8a456266c3
Remove master/slave terminology from tests (#7719) 2020-06-23 08:24:10 -07:00
Daniel Nelson 2b658eee07
Update changelog 2020-06-22 16:17:30 -07:00
Nathan Ferch 423fc283ac
Fix ping exit code handling on non-Linux (#7658) 2020-06-22 16:16:24 -07:00
Daniel Nelson b4bfecc95b
Update changelog and redfish docs 2020-06-18 19:04:20 -07:00
sarvanikonda b0cd913ff7
Add redfish input plugin (#7082) 2020-06-18 12:16:49 -07:00
Daniel Nelson 0c321cdb6f
Update changelog 2020-06-18 12:10:06 -07:00
Jimmy Seto c8b2423bdd
Add ability to add selectors as tags in kube_inventory (#7267) 2020-06-18 12:08:52 -07:00
Daniel Nelson 8c017661dc
Document that string fields do not produce prometheus metrics (#7644) 2020-06-18 11:03:11 -07:00
Giovanni Luisotto 5b84d3ba92
Remove trailing backslash management in sqlserver input (#7700)
Backslash removal on tags is performed by the influx serializer now.
2020-06-17 14:11:10 -07:00
Daniel Nelson 72e3ff04bd
Link to GJSON playground in json parser documentation (#7698) 2020-06-17 12:15:43 -07:00
weedees ea8192d2f3
Add 'batch' to mqtt output optional parameters (#7690) 2020-06-16 15:46:57 -07:00
Daniel Nelson 1c292d00ca
Fail check-deps when differences are found (#7694) 2020-06-16 14:07:06 -07:00
David McKay 3568200431
Add state and readiness to kube_inventory pod metrics (#7691) 2020-06-16 13:28:09 -07:00
Steven Soroka 9f9c9a391e update CHANGELOG.md 2020-06-16 15:08:38 -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 94fa7067ad
Mark unused agent options as deprecated 2020-06-16 09:26:24 -07:00
Nicolas Filotto 59e2bdde66
Fix processor initialization (#7693) 2020-06-16 09:16:27 -07:00
Samantha Wang d0857f9be7
Update gNMI plugin readme (#7685) 2020-06-15 18:08:36 -07:00
Daniel Nelson f39a2f2490
Update changelog 2020-06-12 17:56:31 -07:00
Daniel Nelson 643fb7decc
Remove trailing backslash from tag keys/values (#7652) 2020-06-12 17:54:49 -07:00
Daniel Nelson 777ca44d45
Update changelog 2020-06-12 11:57:35 -07:00
Giovanni Luisotto c560aea5a9
Improve sqlserver input compatibility with older server versions (#7495) 2020-06-12 11:56:06 -07:00
Daniel Nelson 347065a4a3
Fix race issue in tick_test.go (#7663) 2020-06-11 10:09:19 -07:00
Steven Soroka dda46ea32b
Flaky shim test (#7656) 2020-06-09 16:24:02 -04:00
Steven Soroka e00424d7b2
link to glob pattern docs (#7657) 2020-06-09 14:55:47 -04:00
Daniel Nelson 7ad58af22a
Set 1.14.4 release date 2020-06-09 11:29:36 -07:00
Daniel Nelson b21fc49b5b
Update changelog 2020-06-09 10:09:32 -07:00
Daniel Nelson 2c202c9966
Update changelog 2020-06-08 15:32:09 -07:00
Nicolas Filotto bf0f674458
Add ability to collect response body as field with http_response (#7596) 2020-06-08 15:29:34 -07:00
Daniel Nelson 52f1410bfa
Update changelog 2020-06-08 14:53:38 -07:00
Haidlir Naqvi adbc425961
Add timezone configuration to csv data format (#7619) 2020-06-08 14:52:46 -07:00
sboeckelmann 23bcc8a3a4
Change rpm dist packaging type for arm64 to aarch64 (#7645) 2020-06-08 14:49:12 -07:00
Daniel Nelson 723f1d33e6
Update changelog 2020-06-08 14:47:05 -07:00
Daniel Nelson dd6d11550b
Update changelog 2020-06-08 13:48:00 -07:00
Daniel Nelson 894841a723
Update to github.com/shirou/gopsutil v2.20.5 (#7641) 2020-06-08 13:25:59 -07:00
Daniel Nelson b87dd952f6
Update changelog 2020-06-08 10:12:41 -07:00
Chase Diem 073cb9b7db
Fix source field for icinga2 plugin (#7651)
The plugin uses the icinga2 server name, but does not provide the actual host the check is running on.

This fixes that by adding a new field called `server`, where `server` is the icinga2 server and `source` is hostname of the service or host object that icinga2 performing the checks on.
2020-06-08 10:11:01 -07:00