[#noissue] Default sampling changed to 100%
This commit is contained in:
		
							parent
							
								
									fac801c13a
								
							
						
					
					
						commit
						57bed876d7
					
				
							
								
								
									
										6
									
								
								.env
								
								
								
								
							
							
						
						
									
										6
									
								
								.env
								
								
								
								
							| 
						 | 
					@ -135,10 +135,10 @@ COLLECTOR_TCP_PORT=9994
 | 
				
			||||||
COLLECTOR_STAT_PORT=9995
 | 
					COLLECTOR_STAT_PORT=9995
 | 
				
			||||||
COLLECTOR_SPAN_PORT=9996
 | 
					COLLECTOR_SPAN_PORT=9996
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Set sampling rate. If you set it to N, 1 out of N transaction will be sampled.
 | 
					# Sampling Configurations
 | 
				
			||||||
PROFILER_SAMPLING_TYPE=COUNTING
 | 
					PROFILER_SAMPLING_TYPE=COUNTING
 | 
				
			||||||
PROFILER_SAMPLING_COUNTING_SAMPLING_RATE=20
 | 
					PROFILER_SAMPLING_COUNTING_SAMPLING_RATE=1
 | 
				
			||||||
PROFILER_SAMPLING_PERCENT_SAMPLING_RATE=5
 | 
					PROFILER_SAMPLING_PERCENT_SAMPLING_RATE=100
 | 
				
			||||||
PROFILER_SAMPLING_NEW_THROUGHPUT=0
 | 
					PROFILER_SAMPLING_NEW_THROUGHPUT=0
 | 
				
			||||||
PROFILER_SAMPLING_CONTINUE_THROUGHPUT=0
 | 
					PROFILER_SAMPLING_CONTINUE_THROUGHPUT=0
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -14,7 +14,7 @@ PROFILER_TRANSPORT_SPAN_COLLECTOR_PORT=9993
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Sampling configurations
 | 
					# Sampling configurations
 | 
				
			||||||
PROFILER_SAMPLING_TYPE=COUNTING
 | 
					PROFILER_SAMPLING_TYPE=COUNTING
 | 
				
			||||||
PROFILER_SAMPLING_COUNTING_SAMPLING_RATE=20
 | 
					PROFILER_SAMPLING_COUNTING_SAMPLING_RATE=1
 | 
				
			||||||
PROFILER_SAMPLING_PERCENT_SAMPLING_RATE=5
 | 
					PROFILER_SAMPLING_PERCENT_SAMPLING_RATE=100
 | 
				
			||||||
PROFILER_SAMPLING_NEW_THROUGHPUT=0
 | 
					PROFILER_SAMPLING_NEW_THROUGHPUT=0
 | 
				
			||||||
PROFILER_SAMPLING_CONTINUE_THROUGHPUT=0
 | 
					PROFILER_SAMPLING_CONTINUE_THROUGHPUT=0
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -27,12 +27,12 @@ PROFILER_SAMPLING_TYPE=COUNTING
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# if it's COUNTING(the default), then 1 out of n transactions will be sampled where n is the rate.
 | 
					# if it's COUNTING(the default), then 1 out of n transactions will be sampled where n is the rate.
 | 
				
			||||||
# eg. 1: 100%     20: 5%     50: 2%      100: 1%
 | 
					# eg. 1: 100%     20: 5%     50: 2%      100: 1%
 | 
				
			||||||
PROFILER_SAMPLING_COUNTING_SAMPLING_RATE=20
 | 
					PROFILER_SAMPLING_COUNTING_SAMPLING_RATE=1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# if it's PERCENT, then first x transactions out of y transactions will be sampled.
 | 
					# if it's PERCENT, then first x transactions out of y transactions will be sampled.
 | 
				
			||||||
# Support from 100% to 0.01%
 | 
					# Support from 100% to 0.01%
 | 
				
			||||||
# eg. 100: 100%    50: 50%   5: 5%  0.01: 0.01%
 | 
					# eg. 100: 100%    50: 50%   5: 5%  0.01: 0.01%
 | 
				
			||||||
PROFILER_SAMPLING_PERCENT_SAMPLING_RATE=5
 | 
					PROFILER_SAMPLING_PERCENT_SAMPLING_RATE=100
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Permits per second, if throughput is 0, it is unlimited.
 | 
					# Permits per second, if throughput is 0, it is unlimited.
 | 
				
			||||||
# "New" is a transaction that is newly traced.
 | 
					# "New" is a transaction that is newly traced.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -14,8 +14,8 @@ PROFILER_TRANSPORT_SPAN_COLLECTOR_PORT=9993
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Sampling Configurations
 | 
					# Sampling Configurations
 | 
				
			||||||
PROFILER_SAMPLING_TYPE=COUNTING
 | 
					PROFILER_SAMPLING_TYPE=COUNTING
 | 
				
			||||||
PROFILER_SAMPLING_COUNTING_SAMPLING_RATE=20
 | 
					PROFILER_SAMPLING_COUNTING_SAMPLING_RATE=1
 | 
				
			||||||
PROFILER_SAMPLING_PERCENT_SAMPLING_RATE=5
 | 
					PROFILER_SAMPLING_PERCENT_SAMPLING_RATE=100
 | 
				
			||||||
PROFILER_SAMPLING_NEW_THROUGHPUT=0
 | 
					PROFILER_SAMPLING_NEW_THROUGHPUT=0
 | 
				
			||||||
PROFILER_SAMPLING_CONTINUE_THROUGHPUT=0
 | 
					PROFILER_SAMPLING_CONTINUE_THROUGHPUT=0
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue