Increase retention time of Prometheus metrics
This commit is contained in:
		
							parent
							
								
									f9a04a4492
								
							
						
					
					
						commit
						4e56c58d7a
					
				@ -51,7 +51,7 @@ with pkgs;
 | 
				
			|||||||
  services.prometheus = {
 | 
					  services.prometheus = {
 | 
				
			||||||
    enable = true;
 | 
					    enable = true;
 | 
				
			||||||
    port = 9001;
 | 
					    port = 9001;
 | 
				
			||||||
    retentionTime = "1y";
 | 
					    retentionTime = "10y";
 | 
				
			||||||
    exporters = {
 | 
					    exporters = {
 | 
				
			||||||
      node = {
 | 
					      node = {
 | 
				
			||||||
        enable = true;
 | 
					        enable = true;
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user