Add pyroscope container to monitoring
	
		
			
	
		
	
	
		
	
		
			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:
		| @@ -6,5 +6,6 @@ | ||||
|     ./prometheus.nix | ||||
|     ./pve.nix | ||||
|     ./alerttonotify.nix | ||||
|     ./pyroscope.nix | ||||
|   ]; | ||||
| } | ||||
|   | ||||
							
								
								
									
										8
									
								
								services/monitoring/pyroscope.nix
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								services/monitoring/pyroscope.nix
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,8 @@ | ||||
| { ... }: | ||||
| { | ||||
|   virtualisation.oci-containers.containers.pyroscope = { | ||||
|     pull = "missing"; | ||||
|     image = "grafana/pyroscope:latest"; | ||||
|     ports = "4040:4040"; | ||||
|   }; | ||||
| } | ||||
		Reference in New Issue
	
	Block a user