4197426a73 
								
							 
						 
						
							
							
								
								Ignore errors serializing single metrics ( #5943 )  
							
							
							
						 
						
							2019-06-03 17:34:48 -07:00  
				
					
						
							
							
								 
						
							
								e141518cf0 
								
							 
						 
						
							
							
								
								Support passive queue declaration in amqp_consumer ( #5831 )  
							
							
							
						 
						
							2019-05-20 14:38:35 -07:00  
				
					
						
							
							
								 
						
							
								b5cd9a9ff2 
								
							 
						 
						
							
							
								
								Add support for gzip compression to amqp plugins ( #5830 )  
							
							
							
						 
						
							2019-05-20 14:36:23 -07:00  
				
					
						
							
							
								 
						
							
								5bb6e4603d 
								
							 
						 
						
							
							
								
								Fix publishing of direct exchange routing key ( #5868 )  
							
							
							
						 
						
							2019-05-17 13:46:13 -07:00  
				
					
						
							
							
								 
						
							
								21208d2686 
								
							 
						 
						
							
							
								
								Prevent connection leak by closing unused connections in amqp output ( #4924 )  
							
							
							
						 
						
							2018-10-25 23:37:18 -07:00  
				
					
						
							
							
								 
						
							
								c7e2945a46 
								
							 
						 
						
							
							
								
								Fix exchange_durability sample config in amqp output  
							
							
							
						 
						
							2018-09-04 13:21:58 -07:00  
				
					
						
							
							
								 
						
							
								a04cfee349 
								
							 
						 
						
							
							
								
								Fix incorrect option name in amqp sample configuration  
							
							
							
						 
						
							2018-06-03 18:42:08 -07:00  
				
					
						
							
							
								 
						
							
								da6ad34fc8 
								
							 
						 
						
							
							
								
								Add option to disconnect after a message limit is reached in amqp output  
							
							
							
						 
						
							2018-06-03 18:35:59 -07:00  
				
					
						
							
							
								 
						
							
								179bcfdcbb 
								
							 
						 
						
							
							
								
								Use list of brokers in amqp output and amqp_consumer  
							
							
							
						 
						
							2018-06-03 18:35:59 -07:00  
				
					
						
							
							
								 
						
							
								e3f1d28908 
								
							 
						 
						
							
							
								
								Allow configuration of amqp exchange type, durability, and arguments  
							
							
							
						 
						
							2018-06-03 18:35:59 -07:00  
				
					
						
							
							
								 
						
							
								2cc2913d81 
								
							 
						 
						
							
							
								
								Add static routing_key option to amqp output ( #3994 )  
							
							
							
						 
						
							2018-06-03 15:52:00 -07:00  
				
					
						
							
							
								 
						
							
								de355b76d6 
								
							 
						 
						
							
							
								
								Simplify testing with TLS ( #4095 )  
							
							
							
						 
						
							2018-05-04 16:33:23 -07:00  
				
					
						
							
							
								 
						
							
								44320a5421 
								
							 
						 
						
							
							
								
								Add option to amqp output to publish persistent messages ( #3528 )  
							
							
							
						 
						
							2017-11-30 18:40:12 -08:00  
				
					
						
							
							
								 
						
							
								052e88ad5e 
								
							 
						 
						
							
							
								
								Fix grammar  
							
							
							
						 
						
							2017-04-27 14:59:18 -07:00  
				
					
						
							
							
								 
						
							
								5fe5c46c6d 
								
							 
						 
						
							
							
								
								Fix amqp output block on write if disconnected ( #2727 )  
							
							... 
							
							
							
							fixes  #2603  
						
							2017-04-27 11:10:30 -07:00  
				
					
						
							
							
								 
						
							
								10744646db 
								
							 
						 
						
							
							
								
								AMQP Consumer plugin ( #1678 )  
							
							
							
						 
						
							2017-03-03 10:24:50 -08:00  
				
					
						
							
							
								 
						
							
								3de6bfbcb8 
								
							 
						 
						
							
							
								
								Direct people to downloads page for installation  
							
							
							
						 
						
							2017-01-13 17:02:10 +00:00  
				
					
						
							
							
								 
						
							
								db7a4b24b6 
								
							 
						 
						
							
							
								
								Implement telegraf's own full metric type  
							
							... 
							
							
							
							main reasons behind this:
- make adding/removing tags cheap
- make adding/removing fields cheap
- make parsing cheaper
- make parse -> decorate -> write out bytes metric flow much faster
Refactor serializer to use byte buffer 
							
						 
						
							2016-12-01 18:17:02 +00:00  
				
					
						
							
							
								 
						
							
								f862c6585d 
								
							 
						 
						
							
							
								
								amqp precision is not used anymore  
							
							
							
						 
						
							2016-11-24 10:17:24 +00:00  
				
					
						
							
							
								 
						
							
								c7834209d2 
								
							 
						 
						
							
							
								
								Major Logging Overhaul  
							
							... 
							
							
							
							in this commit:
- centralize logging output handler.
- set global Info/Debug/Error log levels based on config file or flags.
- remove per-plugin debug arg handling.
- add a I!, D!, or E! to every log message.
- add configuration option to specify where to send logs.
closes  #1786  
							
						 
						
							2016-10-03 17:13:03 +01:00  
				
					
						
							
							
								 
						
							
								e436b2d720 
								
							 
						 
						
							
							
								
								Cleanup & standardize config file  
							
							... 
							
							
							
							changes:
- -sample-config will now comment out all but a few default plugins.
- config file parse errors will output path to bad conf file.
- cleanup 80-char line-length and some other style issues.
- default package conf file will now have all plugins, but commented
  out.
closes  #199 
closes  #944  
							
						 
						
							2016-04-01 10:59:53 -06:00  
				
					
						
							
							
								 
						
							
								530b4f3bee 
								
							 
						 
						
							
							
								
								[amqp output] Allow external auth (cert-based tls auth)  
							
							... 
							
							
							
							closes  #863  
						
							2016-03-16 19:03:41 -06:00  
				
					
						
							
							
								 
						
							
								8d2e5f0bda 
								
							 
						 
						
							
							
								
								Seems to be a toml parse bug around triple pounds  
							
							
							
						 
						
							2016-02-18 14:36:03 -07:00  
				
					
						
							
							
								 
						
							
								7def6663bd 
								
							 
						 
						
							
							
								
								Root directory cleanup  
							
							
							
						 
						
							2016-02-18 13:37:36 -07:00  
				
					
						
							
							
								 
						
							
								a9c135488e 
								
							 
						 
						
							
							
								
								Add Serializer plugins, and 'file' output plugin  
							
							
							
						 
						
							2016-02-12 14:13:49 -07:00  
				
					
						
							
							
								 
						
							
								bd9c5b6995 
								
							 
						 
						
							
							
								
								mqtt output: cleanup, implement TLS  
							
							... 
							
							
							
							Also normalize TLS config across all output plugins and normalize
comment strings as well. 
							
						 
						
							2016-02-04 10:44:37 -07:00  
				
					
						
							
							
								 
						
							
								c549ab907a 
								
							 
						 
						
							
							
								
								Throughout telegraf, use telegraf.Metric rather than client.Point  
							
							... 
							
							
							
							closes  #599  
						
							2016-01-27 23:47:32 -07:00  
				
					
						
							
							
								 
						
							
								9c0d14bb60 
								
							 
						 
						
							
							
								
								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-27 15:42:50 -07:00  
				
					
						
							
							
								 
						
							
								0cdf1b07e9 
								
							 
						 
						
							
							
								
								Fix issue 524  
							
							
							
						 
						
							2016-01-20 10:57:35 -08:00  
				
					
						
							
							
								 
						
							
								37b96c192b 
								
							 
						 
						
							
							
								
								output amqp: Add ssl support  
							
							... 
							
							
							
							closes  #536  
						
							2016-01-16 17:31:05 -07:00  
				
					
						
							
							
								 
						
							
								9c5db1057d 
								
							 
						 
						
							
							
								
								renaming plugins -> inputs  
							
							
							
						 
						
							2016-01-07 15:04:30 -07:00