mirror of
				https://github.com/superseriousbusiness/gotosocial.git
				synced 2025-10-31 12:42:25 -05: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" | ||
|  | ``` |