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

Monitoring % of freespace left in tablespace (oracledb extension)

leonatay
Guide

Hi community,

 

By any chance have anyone tried to configure the metrics so that % of free space left in tablespace (instead of the absolute value) can be displayed? because was working with a client that wants to be notified when the % of free space in tablespace is less than a certain value.

 

This data came from oracleDB extension.

 

leonatay_0-1667452263211.png

 

Thank you!

 

Sincerely,

Leona

1 REPLY 1

dannemca
DynaMight Guru
DynaMight Guru

Hi @leonatay , good day.

 

If you do not have a metric that show used/free space by %, you can do some math to get it.

 

Used Space % = ((Total space - Free Space)/Total space)*100

 

https://www.dynatrace.com/support/help/dynatrace-api/environment-api/metric-v2/metric-expressions

 

Regards

 

 

Site Reliability Engineer @ Kyndryl

Featured Posts