mirror of
				https://github.com/superseriousbusiness/gotosocial.git
				synced 2025-11-03 21:52:25 -06:00 
			
		
		
		
	
		
			
	
	
		
			17 lines
		
	
	
	
		
			405 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
		
		
			
		
	
	
			17 lines
		
	
	
	
		
			405 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| 
								 | 
							
								# Observability
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								These settings let you tune and configure certain observability related behaviours.
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								## Settings
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								```yaml
							 | 
						||
| 
								 | 
							
								##################################
							 | 
						||
| 
								 | 
							
								##### OBSERVABILITY SETTINGS #####
							 | 
						||
| 
								 | 
							
								##################################
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								# String. Header name to use to extract a request or trace ID from. Typically set by a
							 | 
						||
| 
								 | 
							
								# loadbalancer or proxy.
							 | 
						||
| 
								 | 
							
								# Default: "X-Request-Id"
							 | 
						||
| 
								 | 
							
								request-id-header: "X-Request-Id"
							 | 
						||
| 
								 | 
							
								```
							 |