mirror of
				https://github.com/superseriousbusiness/gotosocial.git
				synced 2025-10-31 11:32:25 -05:00 
			
		
		
		
	[chore] Bump otel deps -> v1.30.0/v0.52.0 (#3307)
This commit is contained in:
		
					parent
					
						
							
								9046220979
							
						
					
				
			
			
				commit
				
					
						b2572b9e07
					
				
			
		
					 97 changed files with 3438 additions and 1645 deletions
				
			
		
							
								
								
									
										4
									
								
								vendor/google.golang.org/grpc/internal/envconfig/envconfig.go
									
										
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								vendor/google.golang.org/grpc/internal/envconfig/envconfig.go
									
										
									
										generated
									
									
										vendored
									
									
								
							|  | @ -46,6 +46,10 @@ var ( | |||
| 	// by setting the environment variable "GRPC_ENFORCE_ALPN_ENABLED" to "true" | ||||
| 	// or "false". | ||||
| 	EnforceALPNEnabled = boolFromEnv("GRPC_ENFORCE_ALPN_ENABLED", false) | ||||
| 	// XDSFallbackSupport is the env variable that controls whether support for | ||||
| 	// xDS fallback is turned on. If this is unset or is false, only the first | ||||
| 	// xDS server in the list of server configs will be used. | ||||
| 	XDSFallbackSupport = boolFromEnv("GRPC_EXPERIMENTAL_XDS_FALLBACK", false) | ||||
| ) | ||||
| 
 | ||||
| func boolFromEnv(envVar string, def bool) bool { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue