timhallinflux
73914ac920
Add security vulnerability reporting into to contributing doc ( #6268 )
2019-08-16 10:32:29 -07:00
David McKay
42cc84c262
Fix command for running integration test containers ( #5660 )
2019-04-02 11:53:11 -07:00
Daniel Nelson
6e5c2f8bb6
Remove outputs blocking inputs when output is slow ( #4938 )
2018-11-05 13:34:28 -08:00
Mihai Todor
5d31c04e94
Fix linter contributing guidelines ( #4806 )
2018-10-04 11:47:49 -07:00
Daniel Nelson
4e1a253633
Link to SampleConfig documentation in contributing guide.
2018-07-26 15:52:17 -07:00
Daniel Nelson
9051ea9dc0
Require dep to be installed before building ( #4461 )
2018-07-24 15:57:24 -06:00
Daniel Nelson
5150d565d7
Fix several build issues ( #4412 )
2018-07-11 22:57:46 -07:00
Ayrdrie
9fe90d71f4
Add plugin development framework ( #4324 )
2018-07-02 16:34:40 -07:00
Greg
1bd41ef3ce
Update vendoring to dep from gdm ( #4314 )
2018-06-19 11:55:38 -07:00
Demian Dekoninck
93b2870b28
Add link to ServiceInput interface in contributing guide ( #3828 )
2018-03-06 10:14:14 -08:00
Daniel Nelson
be688ec761
Update sample config in contributing docs
2018-02-02 12:31:31 -08:00
Daniel Nelson
5141f8a2a0
Update contributing documentation
2017-11-07 13:59:06 -08:00
Daniel Nelson
052e88ad5e
Fix grammar
2017-04-27 14:59:18 -07:00
Cameron Sparr
cace663bbf
Processor & Aggregator Contrib doc
2016-10-12 14:50:19 +01:00
Cameron Sparr
54c9ba7639
Update documentation for Gauge & Counters
2016-09-05 12:58:07 +01:00
Jack Zampolin
22c293de62
Add request for sample queries ( #1608 )
2016-08-08 23:06:03 +01:00
Jack Zampolin
497353e586
add call to action for plugin contribuitors to write tickscripts ( #1580 )
2016-08-04 14:27:06 +01:00
Cameron Sparr
d6951dacdc
Remove docker-machine/boot2docker dependencies & references
2016-06-22 17:25:01 +01:00
Ranjib Dey
3af65e7abb
Fix typo in output plugin example ( #1290 )
2016-05-27 17:44:41 +01:00
Cameron Sparr
4dd364e1c3
Update all readme instances of data formats
2016-04-05 14:42:20 -06:00
Auke Willem Oosterhoff
e81278b800
Fix bug in sample code.
...
closes #784
closes #785
2016-03-03 15:31:37 +00:00
Cameron Sparr
8d2e5f0bda
Seems to be a toml parse bug around triple pounds
2016-02-18 14:36:03 -07:00
Cameron Sparr
7def6663bd
Root directory cleanup
2016-02-18 13:37:36 -07:00
Cameron Sparr
ccb6b3c64b
Small readme formattings
2016-02-14 18:44:48 -07:00
Andrei Burd
0b72612cd2
Code formatted, Readme updated based on example
...
closes #695
2016-02-14 15:58:05 -07:00
Cameron Sparr
c09884c686
Fixup some URL typos
2016-02-08 21:36:53 -07:00
Cameron Sparr
e619493ece
Implementing generic parser plugins and documentation
...
This constitutes a large change in how we will parse different data
formats going forward (for the plugins that support it)
This is working off @henrypfhu's changes.
2016-02-08 21:08:44 -07:00
Cameron Sparr
c549ab907a
Throughout telegraf, use telegraf.Metric rather than client.Point
...
closes #599
2016-01-27 23:47:32 -07:00
Cameron Sparr
7f8469b66a
Fixup some disk usage reporting, make it reflect df
...
fixes #513
2016-01-26 11:56:28 -07:00
Cameron Sparr
8675bd125a
add 'gdm restore' to adding a dependency instructions
2016-01-25 10:59:44 -07:00
Cameron Sparr
55c07f23b0
Update contributing document
2016-01-20 12:33:49 -07:00
Jack Zampolin
0cdf1b07e9
Fix issue 524
2016-01-20 10:57:35 -08:00
Cameron Sparr
7499c1f969
0.3.0: update README and documentation
2016-01-08 10:33:25 -07:00
Cameron Sparr
9c5db1057d
renaming plugins -> inputs
2016-01-07 15:04:30 -07:00
Tait Clarridge
4449f7f2fb
Add prometheus_client service output module, update prometheus client
...
- Adds a client implementation using the prometheus go_client library
that exposes metrics.
- Adds a new type of output "ServiceOutput" which follows inline with
the "ServicePlugin", adding a Stop and Start method for the service
This change also requires the newer prometheus/client_golang code, so
the prometheus plugin needed to be changed.
Added the following to Godep:
- bitbucket.org/ww/goautoneg (in github.com/common/expfmt/encode.go)
- prometheus/common/expfmt (in plugins/prometheus.go)
- github.com/prometheus/common/model (in plugins/prometheus.go)
- github.com/prometheus/procfs (in github.com/client_golang/prometheus)
- github.com/beorn7/perks/quantile (in github.com/client_golang/prometheus)
X-Github-Meta: closes #306
2015-10-28 15:28:39 -06:00
Jonathan Cross
e622bd5e7f
fixing test for NoError
...
closes #325
2015-10-27 15:44:22 -06:00
Cameron Sparr
c26ce9c4fe
Utilizing new client and overhauling Accumulator interface
...
Fixes #280
Fixes #281
Fixes #289
2015-10-20 13:53:58 -06:00
Cameron Sparr
6977119f1e
Statsd plugin, tags and timings
...
Closes #237
Closes #39
2015-10-15 12:07:36 -06:00
Cameron Sparr
eb2a4dc724
Statsd listener plugin
...
implement gauges, sets, counters
2015-10-14 17:54:00 -06:00
Cameron Sparr
733ba07312
Changing AddValues to AddFields and temp disabling adding w time
...
Currently adding with time is broken, because InfluxDB does not support
using precision for timestamp truncation both with and without
timestamps. This will be re-enabled once we fix InfluxDB to use the
precision argument for truncation in all cases, and a "unit" argument
in the line-protocol for adding points with non-nanosecond stamps
Fixes #175
2015-09-16 16:59:48 -07:00
Cameron Sparr
a7ed46160a
Re-arrange repo files for root dir cleanup
2015-09-09 12:38:51 -06:00
Cameron Sparr
0780ad4ad9
README updates for systemd and deb/rpm install
2015-09-09 12:04:59 -06:00
Cameron Sparr
bdfd1aef62
Update README with 0.1.7 and make separate CONTRIBUTING file
2015-08-28 10:21:22 -06:00