Konstantin Kulikov
3098564896
fix datarace in input apache plugin
...
closes #1384
2016-06-22 14:42:47 +01:00
Stian Øvrevåge
4b6f9b93dd
Updated sqlserver.go - Added Rows/Logs max size ( #1380 )
...
I added Rows/Logs max size counters for tracking databases that do not have autogrowth enabled. The counters return numbers in 8KB pages since there are a few special values (such as -1 for no max size) that can't directly be multiplied by 8192 to get size in bytes.
Also added Rows/Logs size in 8KB pages for comparison from the same system table. Even though it returns the same size as sizes from sys.dm_io_virtual_file_stats which are already collected.
2016-06-22 14:39:35 +01:00
Cameron Sparr
2beef21231
Beta 2 Release 1.0
2016-06-21 14:35:26 +01:00
Cameron Sparr
cb3c54a1ae
logparser input plugin
...
closes #102
closes #328
2016-06-21 14:23:01 +01:00
Iiro Uusitalo
d50a1e83ac
Added support for Tengine ( #1390 )
...
* Adds support for Tengine
* Added #1390 Tengine PR to changelog
2016-06-21 14:22:51 +01:00
Cameron Sparr
1f10639222
Fix Graphite output mangling '%' character.
...
closes #1377
2016-06-21 11:52:49 +01:00
Cameron Sparr
af0979cce5
change "default" retention policy to ""
...
closes #1374
2016-06-16 12:22:27 +01:00
Cameron Sparr
5b43901bd8
update issue_template.md
2016-06-14 18:17:11 +01:00
Cameron Sparr
d7efb7a71d
Add precision rounding to accumulator
...
Adding precision rounding to the accumulator. This means that now every
input metric will get rounded at collection, rather than at write (and
only for the influxdb output).
This feature is disabled for service inputs, because service inputs
should be in control of their own timestamps & precisions.
2016-06-14 00:36:39 +01:00
Adrian Moisey
4d242836ee
Fix typo ( #1367 )
...
* Fix typo
* Fix another typo
2016-06-13 10:38:58 +01:00
Cameron Sparr
06cb5a041e
statsd, udp, tcp: do not log every dropped metric.
...
also applying this change to the udp_listener and tcp_listener input
plugins
closes #1340
2016-06-10 13:47:33 +01:00
Cameron Sparr
ea2521bf27
Fixup ping change
...
fixes #1335
2016-06-10 13:05:28 +01:00
kodek
4cd1f7a104
Increase ping timeout based on ping count and interval
2016-06-10 12:49:37 +01:00
Cameron Sparr
137843b2f6
Change default zookeeper chroot to empty string
...
closes #1112
2016-06-10 12:07:36 +01:00
Cameron Sparr
008ed17a79
Fix exec plugin panic with single binary
...
fixes #1330
2016-06-10 11:27:46 +01:00
Tobias Schoknecht
75e6cb9064
Fixed incorrect prometheus metrics source selection ( #1337 )
...
Metrics type summary should retrieve values via GetSummary
while histogram should retrieve values via GetHistogram for
both count and sum
2016-06-09 22:50:00 +01:00
Cameron Sparr
ad88a9421a
Beta 1 Release 1.0
2016-06-07 10:48:17 +01:00
Cameron Sparr
346deb30a3
OpenTSDB test problems, disabling output integration tests
2016-06-07 10:39:25 +01:00
Cameron Sparr
8c3d7cd145
Fix rare panic in RHEL 5.2 diskio plugin ( #1327 )
...
closes #1322
2016-06-03 14:28:47 +01:00
Cameron Sparr
821b30eb92
Add timeout param to exec readme ( #1325 )
2016-06-03 13:32:16 +01:00
Cameron Sparr
a362352587
Use glob match for finding /proc/<pid>/stat files
...
closes #1323
2016-06-03 13:31:31 +01:00
Ross McDonald
94f952787f
Add statically-linked amd64 builds to default build targets.
...
Remove version and iteration from root packaging folder. (#1318 )
closes #1201
2016-06-02 16:14:18 +01:00
Pierre Fersing
3ff184c061
Removed leaked "database" tag on redis metrics ( #1316 )
2016-06-02 14:25:23 +01:00
Meng Ye
80368e3936
fix used_percent Calculation formula ( #1313 )
2016-06-02 14:24:48 +01:00
Cameron Sparr
2c448e22e1
New object: ErrChan for concurrent err handling
2016-06-02 13:29:37 +01:00
Ali Alrahaleh
1aabd38eb2
Add graylog input pluging change log ( #1309 )
2016-06-02 13:13:17 +01:00
Cameron Sparr
675457873a
haproxy input: fix potential race condition
2016-06-02 11:22:07 +01:00
Cameron Sparr
8173338f8a
fix build flags
2016-06-01 18:58:54 +01:00
Cameron Sparr
c4841843a9
Create dummy zfs plugin file
2016-06-01 18:53:29 +01:00
Cameron Sparr
f08a27be5d
graylog input doc tweaks
...
closes #1261
2016-06-01 18:44:18 +01:00
Ali Alrahahleh
a4b36d12dd
add graylog plugin
...
add unit test for graylog
2016-06-01 18:21:09 +01:00
Cameron Sparr
c842724b61
Fix graylog test race
2016-06-01 16:32:38 +01:00
Cameron Sparr
fb5f40319e
update gitattributes for easier fork mngmnt
2016-06-01 16:18:17 +01:00
Cameron Sparr
52b9fc837c
Adding active & inactive memory to mem plugin
...
closes #1213
2016-06-01 16:04:20 +01:00
Cameron Sparr
6f991ec78a
Sleep longer in tail test
2016-06-01 15:49:32 +01:00
Łukasz Harasimowicz
7921d87a45
Added Consul health checks state monitoring. ( #1294 )
2016-06-01 11:02:28 +01:00
Rickard von Essen
9f7a758bf9
RFR: Initial support for ZFS on FreeBSD ( #1224 )
...
* WIP: Initial support for ZFS on FreeBSD
* Added build directives
* Ignore 'kstatPath' config option on FreeBSD
* Added tests for ZFS FreeBSD input plugin.
* Updated the README to confrom with the guidelines and added FreeBSD info
* Fixed indents
* Spell check
2016-05-31 17:49:56 +01:00
Cameron Sparr
0aff7a0bc1
Disk plugin: return immediately if usage fails
...
closes #1297
2016-05-31 17:17:06 +01:00
Cameron Sparr
c4cfdb8a25
Revert "Revert graylog output"
...
This reverts commit 4f27315720
.
2016-05-31 16:45:14 +01:00
Cameron Sparr
342cfc4087
ReAdd gelf serializer & graylog output filter. ( #1299 )
...
This reverts commit 958ef2f872
.
2016-05-31 16:41:27 +01:00
Cameron Sparr
bd1282eddf
Don't print config with trailing whitespace
2016-05-31 16:25:02 +01:00
Cameron Sparr
892abec025
Refactor collection_jitter and flush_jitter
...
use a common function between collection_jitter and flush_jitter. which
creates the same behavior between the two options.
going forward, both jitters will be random sleeps that get re-evaluated
at runtime for every interval (previously only collection_jitter did
this)
also fixes behavior so that both jitters will exit in the event of a
process exit.
closes #1296
2016-05-31 14:24:32 +01:00
Martin Seener
e809c4e445
Also added reasonable default for influxdb input plugin
...
to simplify configuration for most users
closes #1295
2016-05-31 13:41:02 +01:00
Cameron Sparr
9ff536d94d
Limit GetMetricStatistics to 10 per second
...
closes #1197
2016-05-31 11:26:52 +01:00
Cameron Sparr
4f27315720
Revert graylog output
2016-05-31 11:23:01 +01:00
Cameron Sparr
958ef2f872
Revert "Add gelf serializer & graylog output filter." ( #1299 )
2016-05-31 11:21:20 +01:00
Cameron Sparr
069764f05e
Update README & etc/telegraf.conf
2016-05-31 11:02:10 +01:00
vanillahsu
eeeab5192b
Add gelf serializer & graylog output filter. ( #1167 )
...
* add gelf serializer.
* change url.
* handle fields in correct format.
* add graylog.
* handle host field of graylog.
* 1: Add go-gelf entry to Godeps to fix ci.
2: switch to github.com/Graylog2/go-gelf.
* implement Close().
* Deprecated gelf serializer, and back to graylog-golang.
* Update graylog-golang's hash.
* move gelf related function to graylog.go.
* 1: remove uneeded deps on Godeps_windows.
2: add README.md
3: add unittest.
* Fix unittest on 'go test -race'
2016-05-31 10:58:35 +01:00
robinpercy-xm
a7dfbce3d3
Addressing PR feedback
...
- Updated README/CHANGELOG
- Added links to further info to input README
- Reduced lines to 80 chars
Removing input declaration from SampleConfig
Moved PR to unreleased section of changelog
closes #1165
2016-05-31 10:47:26 +01:00
Jan Shim
ed2d1d9bb7
Add kernel_vmstat input plugins
2016-05-31 10:46:34 +01:00