Configure tempo otlp reciever
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				Run nix flake check / flake-check (push) Has been cancelled
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	Run nix flake check / flake-check (push) Has been cancelled
				
			This commit is contained in:
		| @@ -10,8 +10,14 @@ | |||||||
|       distributor = { |       distributor = { | ||||||
|         receivers = { |         receivers = { | ||||||
|           otlp = { |           otlp = { | ||||||
|             grpc = { }; |             protocols = { | ||||||
|             http = { }; |               http = { | ||||||
|  |                 endpoint = "localhost:4318"; | ||||||
|  |                 cors = { | ||||||
|  |                   allowed_origins = [ "*.home.2rjus.net" ]; | ||||||
|  |                 }; | ||||||
|  |               }; | ||||||
|  |             }; | ||||||
|           }; |           }; | ||||||
|         }; |         }; | ||||||
|       }; |       }; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user