Paulin Todev 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							78411d5e8b 
							
						 
					 
					
						
						
							
							SD Managers taking over responsibility for registration of debug metrics ( #13375 )  
						
						... 
						
						
						
						SD Managers take over responsibility for SD metrics registration
---------
Signed-off-by: Paulin Todev <paulin.todev@gmail.com>
Signed-off-by: Björn Rabenstein <github@rabenste.in>
Co-authored-by: Björn Rabenstein <github@rabenste.in> 
						
						
					 
					
						2024-01-23 16:53:55 +01:00 
						 
				 
			
				
					
						
							
							
								Paulin Todev 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6de80d7fb0 
							
						 
					 
					
						
						
							
							Allow non-default registry to be used for metrics of SD components  
						
						... 
						
						
						
						Signed-off-by: Paulin Todev <paulin.todev@gmail.com> 
						
						
					 
					
						2023-12-11 11:14:26 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Jolly 
							
						 
					 
					
						
						
						
						
							
						
						
							2c420b518e 
							
						 
					 
					
						
						
							
							Add support for NS records in DNS discovery  
						
						... 
						
						
						
						Signed-off-by: Daniel Jolly <code@danieljolly.com> 
						
						
					 
					
						2023-11-29 12:21:50 -05:00 
						 
				 
			
				
					
						
							
							
								David Leadbeater 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d677ec489e 
							
						 
					 
					
						
						
							
							Support using MX records for DNS discovery ( #10099 )  
						
						... 
						
						
						
						It's currently possible to use blackbox_exporter to probe MX records
themselves. However it's not possible to do an end-to-end test, like is
possible with SRV records. This makes it possible to use MX records as a
source of hostnames in the same way as SRV records.
Signed-off-by: David Leadbeater <dgl@dgl.cx> 
						
						
					 
					
						2022-08-03 11:19:26 +02:00 
						 
				 
			
				
					
						
							
							
								Levi Harrison 
							
						 
					 
					
						
						
						
						
							
						
						
							b5f6f8fb36 
							
						 
					 
					
						
						
							
							Switched to go-kit/log  
						
						... 
						
						
						
						Signed-off-by: Levi Harrison <git@leviharrison.dev> 
						
						
					 
					
						2021-06-11 12:28:36 -04:00 
						 
				 
			
				
					
						
							
							
								Julien Pivotto 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6c56a1faaa 
							
						 
					 
					
						
						
							
							Testify: move to require ( #8122 )  
						
						... 
						
						
						
						* Testify: move to require
Moving testify to require to fail tests early in case of errors.
Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
* More moves
Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu> 
						
						
					 
					
						2020-10-29 09:43:23 +00:00 
						 
				 
			
				
					
						
							
							
								Julien Pivotto 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4e5b1722b3 
							
						 
					 
					
						
						
							
							Move away from testutil, refactor imports ( #8087 )  
						
						... 
						
						
						
						Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu> 
						
						
					 
					
						2020-10-22 11:00:08 +02:00 
						 
				 
			
				
					
						
							
							
								Julien Pivotto 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							88bdb13c55 
							
						 
					 
					
						
						
							
							DNS SD: add srv record target and port meta labels ( #7678 )  
						
						... 
						
						
						
						* DNS SD: add srv record target and port meta labels
Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu> 
						
						
					 
					
						2020-07-28 22:09:01 +02:00 
						 
				 
			
				
					
						
							
							
								Julien Pivotto 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e76c436e9c 
							
						 
					 
					
						
						
							
							Goleak in discoveries, scrape, rules ( #7662 )  
						
						... 
						
						
						
						* Add go leak tests for discoveries with goroutines
Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
* Add go leak tests in rules
Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
* Add go leak tests in scrape tests
Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu> 
						
						
					 
					
						2020-07-27 09:38:08 +01:00 
						 
				 
			
				
					
						
							
							
								陈谭军 
							
						 
					 
					
						
						
						
						
							
						
						
							c6928b5c6e 
							
						 
					 
					
						
						
							
							fix-up typo unkown->unknown ( #6055 )  
						
						... 
						
						
						
						Signed-off-by: chentanjun <2799194073@qq.com> 
						
						
					 
					
						2019-09-25 09:51:43 +02:00 
						 
				 
			
				
					
						
							
							
								johncming 
							
						 
					 
					
						
						
						
						
							
						
						
							31a8ac3219 
							
						 
					 
					
						
						
							
							discovery/dns: add test case for SDConfig.UnmarshalYAML. ( #6035 )  
						
						... 
						
						
						
						* discovery/dns: Add code coverage.
Signed-off-by: johncming <johncming@yahoo.com>
* discovery/dns: add test case for SDConfig.UnmarshalYAML.
Signed-off-by: johncming <johncming@yahoo.com> 
						
						
					 
					
						2019-09-23 13:26:11 +02:00 
						 
				 
			
				
					
						
							
							
								Ganesh Vernekar 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5ecef3542d 
							
						 
					 
					
						
						
							
							Cleanup after merging tsdb into prometheus  
						
						... 
						
						
						
						Signed-off-by: Ganesh Vernekar <cs15btech11018@iith.ac.in> 
						
						
					 
					
						2019-08-13 14:04:14 +05:30 
						 
				 
			
				
					
						
							
							
								Chris Marchbanks 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							529ccff07b 
							
						 
					 
					
						
						
							
							Remove all usages of stretchr/testify  
						
						... 
						
						
						
						Signed-off-by: Chris Marchbanks <csmarchbanks@gmail.com> 
						
						
					 
					
						2019-08-08 19:49:27 -06:00 
						 
				 
			
				
					
						
							
							
								Simon Pasquier 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4f47806a7d 
							
						 
					 
					
						
						
							
							discovery/dns: fix slice with wrong length ( #5432 )  
						
						... 
						
						
						
						Signed-off-by: Simon Pasquier <spasquie@redhat.com> 
						
						
					 
					
						2019-04-04 17:05:35 +02:00