03 Nov 2022 05:12 AM - last edited on 04 Nov 2022 08:14 AM by MaciejNeumann
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.
Thank you!
Sincerely,
Leona
Solved! Go to Solution.
03 Nov 2022 05:25 PM - edited 03 Nov 2022 05:28 PM
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