1d9745ee98 
								
							 
						 
						
							
							
								
								Move exec WaitGroup from Exec instance level to Gather.  
							
							... 
							
							
							
							If Gather is run concurently the shared WaitGroup variable never finishes.
closes  #1463 
closes  #1464  
							
						 
						
							2016-07-18 12:18:14 +01:00  
				
					
						
							
							
								 
						
							
								2d6c8767f7 
								
							 
						 
						
							
							
								
								add ability to read redis from a socket ( #1480 )  
							
							... 
							
							
							
							* add ability to read redis from a socket
* update CHANGELOG 
							
						 
						
							2016-07-18 12:03:39 +01:00  
				
					
						
							
							
								 
						
							
								b4a6d9c647 
								
							 
						 
						
							
							
								
								Change prometheus replacer to reverse regex replacer  
							
							... 
							
							
							
							closes  #1474  
						
							2016-07-18 11:50:22 +01:00  
				
					
						
							
							
								 
						
							
								6afe9ceef1 
								
							 
						 
						
							
							
								
								cassandra plugin lower version support added  
							
							... 
							
							
							
							closes  #1427 
closes  #1508  
						
							2016-07-18 09:22:20 +01:00  
				
					
						
							
							
								 
						
							
								704d9ad76c 
								
							 
						 
						
							
							
								
								Refactor aerospike plugin to use client lib  
							
							
							
						 
						
							2016-07-16 22:15:37 +01:00  
				
					
						
							
							
								 
						
							
								300d9adbd0 
								
							 
						 
						
							
							
								
								Considere zookeeper's state as a tags ( #1417 )  
							
							... 
							
							
							
							This change will send the state of zookeeper (leader|follower) as a tag
and not a metrics
That way it will be easier to search for filter per state 
							
						 
						
							2016-07-16 19:19:21 +01:00  
				
					
						
							
							
								 
						
							
								207c5498e7 
								
							 
						 
						
							
							
								
								Remove systemd Install alias ( #1470 )  
							
							... 
							
							
							
							Alias is a list of additional names. Adding it's cannonical name
cause systemctl enable telegraf to show a warning "Too many levels of
symbolic links" 
							
						 
						
							2016-07-14 15:53:05 -06:00  
				
					
						
							
							
								 
						
							
								d5e7439343 
								
							 
						 
						
							
							
								
								procstat plugin: store PID as a field  
							
							... 
							
							
							
							closes  #1460  
						
							2016-07-14 15:52:02 -06:00  
				
					
						
							
							
								 
						
							
								21add2c799 
								
							 
						 
						
							
							
								
								instrumental plugin, rewrite connection retries  
							
							... 
							
							
							
							closes  #1412 
separate hello and authenticate functions,
force connection close at end of write cycle so we don't
hold open idle connections,
which has the benefit of mostly removing
the chance of getting hopelessly connection lost
bump instrumental agent version
fix test to deal with better better connect/reconnect logic and changed ident & auth handshake
Update CHANGELOG.md
correct URL from instrumental fork to origin and put the change in the correct part of the file
go fmt
undo split hello and auth commands, to reduce roundtrips 
						
							2016-07-14 15:18:31 -06:00  
				
					
						
							
							
								 
						
							
								4651ab88ad 
								
							 
						 
						
							
							
								
								Fetching galera status metrics in MySQL  
							
							... 
							
							
							
							These are useful for Percona Xtradb cluster.
closes  #1437  
							
						 
						
							2016-07-14 15:02:45 -06:00  
				
					
						
							
							
								 
						
							
								53f40063b3 
								
							 
						 
						
							
							
								
								Moving cgroup path name to field from tag to reduce cardinality ( #1457 )  
							
							... 
							
							
							
							adding assertContainsFields function to cgroup_test for custom validation 
							
						 
						
							2016-07-14 14:18:55 -06:00  
				
					
						
							
							
								 
						
							
								97d92bba67 
								
							 
						 
						
							
							
								
								Redis input enhancement ( #1387 )  
							
							... 
							
							
							
							master_last_io_seconds_ago added
role tag renamed to replication_role 
							
						 
						
							2016-07-14 13:28:36 -06:00  
				
					
						
							
							
								 
						
							
								bfdd665435 
								
							 
						 
						
							
							
								
								Copy metrics for each configured output  
							
							... 
							
							
							
							This is for better thread-safety when running with multiple outputs,
which can cause very odd panics at very high loads
primarily this is to address #1432 
closes  #1432  
							
						 
						
							2016-07-14 09:16:29 -06:00  
				
					
						
							
							
								 
						
							
								821d3fafa6 
								
							 
						 
						
							
							
								
								Refactor SerializeBucketName to be read-only for struct fields  
							
							
							
						 
						
							2016-07-14 09:16:29 -06:00  
				
					
						
							
							
								 
						
							
								7c9b312cee 
								
							 
						 
						
							
							
								
								Make race detector build in CI  
							
							
							
						 
						
							2016-07-14 09:16:29 -06:00  
				
					
						
							
							
								 
						
							
								69ab8a645c 
								
							 
						 
						
							
							
								
								graphite output: set write deadline on TCP connection  
							
							
							
						 
						
							2016-07-14 09:16:29 -06:00  
				
					
						
							
							
								 
						
							
								7b550c11cb 
								
							 
						 
						
							
							
								
								Documentation for load balancing on graphite output servers ( #1469 )  
							
							... 
							
							
							
							* Added documentation for load balancing on graphite output servers
* clarifications
* updates1
* updates2
* updates3 
							
						 
						
							2016-07-14 09:06:00 -06:00  
				
					
						
							
							
								 
						
							
								bb4f18ca88 
								
							 
						 
						
							
							
								
								temp ci fix, aerospike changed their metrics  
							
							... 
							
							
							
							see http://www.aerospike.com/docs/operations/upgrade/stats_to_3_9 
TODO change aerospike input plugin to use official go client library. 
							
						 
						
							2016-07-14 08:52:37 -06:00  
				
					
						
							
							
								 
						
							
								6efe91ea9c 
								
							 
						 
						
							
							
								
								prometheus_client, implement Collector interface  
							
							... 
							
							
							
							closes  #1334  
						
							2016-07-13 06:52:18 -06:00  
				
					
						
							
							
								 
						
							
								5f0a63f554 
								
							 
						 
						
							
							
								
								fixes   #1450  ( #1472 )  
							
							
							
						 
						
							2016-07-10 13:17:53 +01:00  
				
					
						
							
							
								 
						
							
								d14e7536ab 
								
							 
						 
						
							
							
								
								Cleanup the list of plugins. ( #1423 )  
							
							... 
							
							
							
							Github and Rollbar are now part of the webhooks plugin. 
							
						 
						
							2016-07-10 12:12:33 +02:00  
				
					
						
							
							
								 
						
							
								c873937356 
								
							 
						 
						
							
							
								
								Add note about influxdb compatability ( #1465 )  
							
							
							
						 
						
							2016-07-10 12:11:43 +02:00  
				
					
						
							
							
								 
						
							
								e1c3800cd9 
								
							 
						 
						
							
							
								
								Prometheus parser fix, parse headers properly  
							
							... 
							
							
							
							closes  #1458  
						
							2016-07-09 22:34:59 +02:00  
				
					
						
							
							
								 
						
							
								c046232425 
								
							 
						 
						
							
							
								
								Merge pull request  #1426  from influxdata/metrics-panic  
							
							... 
							
							
							
							nil metric list panic fix 
							
						 
						
							2016-06-29 13:50:11 +03:00  
				
					
						
							
							
								 
						
							
								2d4864e126 
								
							 
						 
						
							
							
								
								nil metric list panic fix  
							
							
							
						 
						
							2016-06-29 12:08:36 +02:00  
				
					
						
							
							
								 
						
							
								048448aa93 
								
							 
						 
						
							
							
								
								add build directory to git ignore ( #1415 )  
							
							
							
						 
						
							2016-06-25 11:17:51 +01:00  
				
					
						
							
							
								 
						
							
								755b2ec953 
								
							 
						 
						
							
							
								
								fixup: BOM Trim -> TrimPrefix  
							
							
							
						 
						
							2016-06-24 08:47:31 +01:00  
				
					
						
							
							
								 
						
							
								f62c493c77 
								
							 
						 
						
							
							
								
								Recover from prometheus multiple handler panic  
							
							... 
							
							
							
							closes  #1339  
						
							2016-06-23 14:29:35 +01:00  
				
					
						
							
							
								 
						
							
								a6365a6086 
								
							 
						 
						
							
							
								
								feat(nsq_consumer): Add input plugin  
							
							... 
							
							
							
							to consume metrics from an nsqd topic
closes  #1347 
closes  #1369  
							
						 
						
							2016-06-23 14:06:36 +01:00  
				
					
						
							
							
								 
						
							
								f7e057ec55 
								
							 
						 
						
							
							
								
								refactor cgroup build so non-linux systems see plugin  
							
							... 
							
							
							
							also updated the README for the fields->files change. 
							
						 
						
							2016-06-23 11:47:25 +01:00  
				
					
						
							
							
								 
						
							
								30cc00d11b 
								
							 
						 
						
							
							
								
								Update changelog, etc/telegraf.conf  
							
							
							
						 
						
							2016-06-23 10:28:38 +01:00  
				
					
						
							
							
								 
						
							
								d641c42029 
								
							 
						 
						
							
							
								
								cgroup: change fields -> files  
							
							... 
							
							
							
							closes  #1103 
closes  #1350  
						
							2016-06-23 10:23:59 +01:00  
				
					
						
							
							
								 
						
							
								9c2ca805da 
								
							 
						 
						
							
							
								
								Remove flush_scope logic  
							
							
							
						 
						
							2016-06-23 10:13:31 +01:00  
				
					
						
							
							
								 
						
							
								b0484d8a0c 
								
							 
						 
						
							
							
								
								add cgroup plugin  
							
							
							
						 
						
							2016-06-23 10:13:31 +01:00  
				
					
						
							
							
								 
						
							
								5ddd61d2e2 
								
							 
						 
						
							
							
								
								Trim BOM from config file for windows support  
							
							... 
							
							
							
							closes  #1378  
						
							2016-06-23 09:00:51 +01:00  
				
					
						
							
							
								 
						
							
								50ea7f4a9d 
								
							 
						 
						
							
							
								
								x509 certs authentication now supported for Prometheus input plugin ( #1396 )  
							
							
							
						 
						
							2016-06-23 08:59:44 +01:00  
				
					
						
							
							
								 
						
							
								b18134a4e3 
								
							 
						 
						
							
							
								
								Fix   #1405  ( #1406 )  
							
							
							
						 
						
							2016-06-23 08:59:14 +01:00  
				
					
						
							
							
								 
						
							
								7825df4771 
								
							 
						 
						
							
							
								
								Fix darwin ping tests  
							
							
							
						 
						
							2016-06-22 18:21:07 +01:00  
				
					
						
							
							
								 
						
							
								d6951dacdc 
								
							 
						 
						
							
							
								
								Remove docker-machine/boot2docker dependencies & references  
							
							
							
						 
						
							2016-06-22 17:25:01 +01:00  
				
					
						
							
							
								 
						
							
								e603825e37 
								
							 
						 
						
							
							
								
								Add new webhooks plugin that superseed github and rollbar plugins.  
							
							... 
							
							
							
							closes  #1289 
Signed-off-by: François de Metz <francois@stormz.me>
Signed-off-by: Cyril Duez <cyril@stormz.me>
Rename internals struct.
Signed-off-by: François de Metz <francois@stormz.me>
Signed-off-by: Cyril Duez <cyril@stormz.me>
Update changelog.
Signed-off-by: François de Metz <francois@stormz.me>
Signed-off-by: Cyril Duez <cyril@stormz.me>
Update READMEs and CHANGELOG.
Signed-off-by: François de Metz <francois@stormz.me>
Signed-off-by: Cyril Duez <cyril@stormz.me>
Update SampleConfig.
Update the config format.
Update telegraf config.
Update the webhooks README.
Update changelog.
Update the changelog with an upgrade path.
Update default ports.
Fix indent.
Check for nil value on AvailableWebhooks.
Check for CanInterface. 
						
							2016-06-22 17:18:14 +01:00  
				
					
						
							
							
								 
						
							
								e3448153e1 
								
							 
						 
						
							
							
								
								Allow for TLS connections to ElasticSearch ( #1398 )  
							
							... 
							
							
							
							* Allow for TLS connections to ElasticSearch
Extremely similar implementation to the HTTP JSON module's
implementation of the same code.
* Changelog update 
							
						 
						
							2016-06-22 16:23:49 +01:00  
				
					
						
							
							
								 
						
							
								25848c545a 
								
							 
						 
						
							
							
								
								Fix: riak with read_repairs available  
							
							... 
							
							
							
							closes  #1399  
						
							2016-06-22 14:56:44 +01:00  
				
					
						
							
							
								 
						
							
								3098564896 
								
							 
						 
						
							
							
								
								fix datarace in input apache plugin  
							
							... 
							
							
							
							closes  #1384  
						
							2016-06-22 14:42:47 +01:00  
				
					
						
							
							
								 
						
							
								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  
				
					
						
							
							
								 
						
							
								2beef21231 
								
							 
						 
						
							
							
								
								Beta 2 Release 1.0  
							
							
							
						 
						
							2016-06-21 14:35:26 +01:00  
				
					
						
							
							
								 
						
							
								cb3c54a1ae 
								
							 
						 
						
							
							
								
								logparser input plugin  
							
							... 
							
							
							
							closes  #102 
closes  #328  
						
							2016-06-21 14:23:01 +01:00  
				
					
						
							
							
								 
						
							
								d50a1e83ac 
								
							 
						 
						
							
							
								
								Added support for Tengine ( #1390 )  
							
							... 
							
							
							
							* Adds support for Tengine
* Added #1390  Tengine PR to changelog 
							
						 
						
							2016-06-21 14:22:51 +01:00  
				
					
						
							
							
								 
						
							
								1f10639222 
								
							 
						 
						
							
							
								
								Fix Graphite output mangling '%' character.  
							
							... 
							
							
							
							closes  #1377  
						
							2016-06-21 11:52:49 +01:00  
				
					
						
							
							
								 
						
							
								af0979cce5 
								
							 
						 
						
							
							
								
								change "default" retention policy to ""  
							
							... 
							
							
							
							closes  #1374  
						
							2016-06-16 12:22:27 +01:00  
				
					
						
							
							
								 
						
							
								5b43901bd8 
								
							 
						 
						
							
							
								
								update issue_template.md  
							
							
							
						 
						
							2016-06-14 18:17:11 +01:00