Commit Graph

836 Commits

Author SHA1 Message Date
Cameron Sparr ea3be3bc1a Put windows dependencies into a separate Godeps file 2016-01-30 19:40:45 +00:00
Cameron Sparr d80c04faec Fix possible panic if stat is nil
closes #612
2016-01-30 19:40:45 +00:00
Pavel Yudin 374e124864 Add powerdns input plugin
closes #614
2016-01-30 19:40:45 +00:00
Cameron Sparr 7a5a652e57 statsd: allow template parsing fields. Default to value=
closes #602
2016-01-30 19:40:45 +00:00
Rune Darrud 856745f873 Added plugin to read Windows performance counters
closes #575
2016-01-30 19:40:45 +00:00
Cameron Sparr 2de19b3480 Fix datadog json marshalling
fixes #607
2016-01-30 19:40:45 +00:00
Cameron Sparr e15ff49ea9 Warn when metrics are being overwritten
closes #601
2016-01-30 19:40:45 +00:00
root 34345fcaef sql server: update README.md
closes #594
2016-01-30 19:40:45 +00:00
Cameron Sparr 70f9fa80c5 Insert . between msrmnt and field name in datadog output
fixes #600
2016-01-30 19:40:45 +00:00
Marcin Bunsch 2af134ca08 Use a single measurement with fields for timings in statsd plugin.
closes #603
2016-01-30 19:40:45 +00:00
Cameron Sparr 0c0b24c021 Include all tag values in graphite output
closes #595
2016-01-30 19:40:45 +00:00
Cameron Sparr 1edfa9bbd0 Throughout telegraf, use telegraf.Metric rather than client.Point
closes #599
2016-01-30 19:40:45 +00:00
Cameron Sparr 5364a20825 Create public models for telegraf metrics, accumlator, plugins
This will basically make the root directory a place for storing the
major telegraf interfaces, which will make telegraf's godoc looks quite
a bit nicer. And make it easier for contributors to lookup the few data
types that they actually care about.

closes #564
2016-01-30 19:40:45 +00:00
Cameron Sparr 58e03547c9 386 -> i386 2016-01-30 19:40:45 +00:00
Cameron Sparr 409fa94be1 Release 0.10.1 2016-01-30 19:40:45 +00:00
Cameron Sparr d4a6951154 Fix SNMP unit tests on OSX, improve tag config doc
closes #592
2016-01-30 19:40:45 +00:00
Ryan Merrick a7ac63c235 Update new relic plugin to correctly handle 1 minute time periods requested on the hour. (+1 squashed commits)
Squashed commits:

[57f5f76] Update new relic plugin to correctly handle 1 minute time periods requested on the hour.
2016-01-27 14:42:32 +00:00
Ryan Merrick 06c243ab87 Merge remote-tracking branch 'fork/master' 2016-01-27 13:49:28 +00:00
ryan.merrick 12a70059bd ryan.merrick - 24/01/2016 08:50:07 PM
: Add basic newrelic input
2016-01-27 12:44:54 +00:00
RyanMnM 37630f16d6 Merge pull request #2 from influxdata/master
Update from base
2016-01-27 11:07:42 +00:00
Cameron Sparr be95dfdd0e Update dependency hashes 2016-01-26 16:27:18 -07:00
Cameron Sparr 88890fa7c2 Update changelog 2016-01-26 16:05:20 -07:00
Andrea Sosso f8930b9cbc Additional request header parameters for httpjson plugin
closes #471
2016-01-26 16:02:47 -07:00
Cameron Sparr c10227a766 Update changelog and readme, and small tweaks to github_webhooks 2016-01-26 15:57:06 -07:00
Cameron Sparr 7e7e462de1 Merge branch 'ghWebhooks'
closes #573
2016-01-26 15:29:41 -07:00
root a93e1ceac8 Add sqlserver input plugin
closes #589
2016-01-26 14:55:27 -07:00
Cameron Sparr 7f8469b66a Fixup some disk usage reporting, make it reflect df
fixes #513
2016-01-26 11:56:28 -07:00
Wu Taizeng cf568487c8 Fix some inputs panic will lead to the telegraf exit
closes #585
closes #584
2016-01-26 10:48:24 -07:00
Jack Zampolin 4c74a2dd3a Fix naming issue 2016-01-25 17:34:44 -08:00
Jack Zampolin a70452219b Remove internal dependancy 2016-01-25 17:28:28 -08:00
Ross McDonald 47ea2d5fb4 Added Amazon Linux logic to post-installation script.
closes #579
2016-01-25 17:49:12 -07:00
Ross McDonald 16540e35f1 Backporting fixes from the influxdb build script, along with a few improvements:
- Added iteration to tar/zip output name (in case of pre-releases)
- Switched 32-bit signifier to i386 from 386
- Tweaked upload settings to allow for folder paths in bucket names
2016-01-25 15:13:55 -07:00
Cameron Sparr 3bfb3a9fe2 Insert documentation into sample-config on JSON parsing
closes #521
2016-01-25 13:29:05 -07:00
Lukasz Jagiello f9517dcf24 RabbitMQ plugin - extra fields:
Extra fields describing size of all message bodies in the queue.

* message_bytes
* message_bytes_ready
* message_bytes_unacknowledged
* message_bytes_ram
* message_bytes_persistent

More information about each field:
https://www.rabbitmq.com/man/rabbitmqctl.1.man.html

closes #577
2016-01-25 13:00:54 -07:00
Jack Zampolin 7878b22b09 Add README.md 2016-01-25 11:42:03 -08:00
Thibault Cohen e6d7e4e309 Add snmp input plugin
closes #546
closes #40
2016-01-25 12:35:27 -07:00
Tim Raymond 40d0da404e Change configuration package to influxdata/config
We are unifying the way that we handle configuration across the products
into the influxdata/config package. This provides the same API as
naoina/toml that was used previously, but provides some additional
features such as support for documenting generated TOML configs as well
as support for handling default options. This replaces all usage of
naoina/toml with influxdata/config.
2016-01-25 12:02:44 -07:00
Cameron Sparr 8675bd125a add 'gdm restore' to adding a dependency instructions 2016-01-25 10:59:44 -07:00
Jack Zampolin 4e5dfa5d33 Address PR comments and merge conflicts 2016-01-25 09:56:57 -08:00
ryan.merrick 49571c5845 ryan.merrick - 24/01/2016 08:50:07 PM
: Add basic newrelic input
2016-01-24 20:50:58 +00:00
Jack Zampolin 89f5b77550 Fix merge conflict in all.go 2016-01-22 16:51:54 -08:00
Jack Zampolin 5b15cd9163 Change github.com/influxdata to github.com/influxdb where necessary 2016-01-22 16:48:42 -08:00
Jack Zampolin dbf1383a38 Change github.com/influxdata to github.com/influxdata 2016-01-22 16:45:31 -08:00
Jack Zampolin 46b367e74b Add tests 2016-01-22 16:43:33 -08:00
Cameron Sparr 3da390682d Kinesis output shouldn't return an error for no reason 2016-01-22 17:32:36 -07:00
Cameron Sparr 5349a3b6d1 Implement a per-output fixed size metric buffer
Also moved some objects out of config.go and put them in their own
package, internal/models

fixes #568
closes #285
2016-01-22 16:29:02 -07:00
RyanMnM eef13b2983 Merge pull request #1 from influxdata/master
Update from base
2016-01-22 11:25:46 +00:00
Cameron Sparr f2ab5f61f5 Gather elasticsearch nodes in goroutines, handle errors
fixes #464
2016-01-21 17:00:44 -07:00
Cameron Sparr e910a03af4 Changelog update 2016-01-21 16:44:35 -07:00
Cameron Sparr 4d0dc8b7c8 Refactor the docker plugin, use go-dockerclient throughout
fixes #503
fixes #463
2016-01-21 16:07:03 -07:00