Hi,

I am pulling oracle metris using prometheus oracle exporter. This exporter 
is output'ing ta blespace info as below. Now when i try to calculate the 
something using these metrics, i am not getting any results.

promql query: 
oracledb_tablespace{name="DATA",type="used"} / 
oracledb_tablespace{name="DATA",type="total"}
result: no data

if modify the query as little as below i am getting the result, can someone 
tell me why?

(((scalar(oracledb_tablespace{name="SYSTEM",type="used"}) / 
scalar(oracledb_tablespace{name="SYSTEM",type="total"})) * 100 ) > 
bool(75)) 

result:
ElementValue
scalar.     0

thanks
Eswar

-- 
You received this message because you are subscribed to the Google Groups 
"Prometheus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/prometheus-users/9db30c93-8014-45ca-ab37-25bdcd4ce5f3n%40googlegroups.com.

Reply via email to