27 Dec 2023
	
		
		03:26 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
 - last edited on 
    
	
		
		
		24 Jan 2024
	
		
		11:38 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
 by 
				
		
		
			Michal_Gebacki
		
		
		
		
		
		
		
		
	
			
		
Is there any way to chart Downtime of a server in Dynatrace?
it is already there built-in metric for uptime but no metric for DownTime
Best Regards,
Khaled
Solved! Go to Solution.
27 Dec 2023 04:09 PM
Hi,
You have "builtin:host.uptime" https://docs.dynatrace.com/docs/shortlink/built-in-metrics#other-infrastructure-metrics
Best regards
27 Dec 2023 08:15 PM
hi ,
yes but no builtin:host.Downtime which i need
27 Dec 2023 04:10 PM
Hello,
Maybe you can try to use these metrics :
builtin:host.availability.state
builtin:host.availability
And try to filter to shutdown state.
02 Jan 2024 01:09 PM
Hello,
You would have to create a metric for this. Much like the Kubernetes Cluster where you can only see CPU available and total CPU, but no true usage. A custom metric would take the difference from the two and provide a "Usage" I suspect you would need to do the same.