mirror of
				https://github.com/superseriousbusiness/gotosocial.git
				synced 2025-10-30 23:22:26 -05:00 
			
		
		
		
	[chore] Update usage of OTEL libraries (#2725)
* otel to 1.24 * prometheus exporter to 0.46 * bunotel to 1.1.17 Also: * Use schemaless URL for metrics * Add software version to tracing schema
This commit is contained in:
		
					parent
					
						
							
								8e88ee8d9c
							
						
					
				
			
			
				commit
				
					
						5e871e81a8
					
				
			
		
					 126 changed files with 12940 additions and 2267 deletions
				
			
		
							
								
								
									
										3
									
								
								vendor/google.golang.org/grpc/internal/envconfig/envconfig.go
									
										
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								vendor/google.golang.org/grpc/internal/envconfig/envconfig.go
									
										
									
										generated
									
									
										vendored
									
									
								
							|  | @ -36,9 +36,6 @@ var ( | |||
| 	// "GRPC_RING_HASH_CAP".  This does not override the default bounds | ||||
| 	// checking which NACKs configs specifying ring sizes > 8*1024*1024 (~8M). | ||||
| 	RingHashCap = uint64FromEnv("GRPC_RING_HASH_CAP", 4096, 1, 8*1024*1024) | ||||
| 	// PickFirstLBConfig is set if we should support configuration of the | ||||
| 	// pick_first LB policy. | ||||
| 	PickFirstLBConfig = boolFromEnv("GRPC_EXPERIMENTAL_PICKFIRST_LB_CONFIG", true) | ||||
| 	// LeastRequestLB is set if we should support the least_request_experimental | ||||
| 	// LB policy, which can be enabled by setting the environment variable | ||||
| 	// "GRPC_EXPERIMENTAL_ENABLE_LEAST_REQUEST" to "true". | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue