cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Total disk metrics

RituSingh
Newcomer

How to fetch total Disk capacity from Dynatrace API calls, is there any other than deriving it from used and free metrics (or free% and free amount metrics)? 

2 REPLIES 2

dannemca
DynaMight Guru
DynaMight Guru

Hi @RituSingh , good day.

Did you tried the Disk Analytics extension? https://www.dynatrace.com/support/help/platform-modules/infrastructure-monitoring/hosts/monitoring/h...

With this extension, you can use the metric com.dynatrace.extension.disk-devices.disk.size that will provides you the total disk capacity.

 

Site Reliability Engineer @ Kyndryl

AntonPineiro
DynaMight Guru
DynaMight Guru

Hi,

You can use API Metrics v2 to get that information.

Disk total = builtin:host.disk.used + builtin:host.disk.avail

Best regards

❤️ Emacs ❤️ Vim ❤️ Bash ❤️ Perl

Featured Posts