Description
The field oracle.tablespace.space.total.bytes is absent from the Table Space Metric set.
Cause
The query used to retrieve the Table Space metric for other than TEMP space is missing the calculation for Total bytes based on the collected bytes of read and write operations. This calculation is present for TEMP spaces but not for other spaces.
Query: Link to the query
Performing an aggregation (SUM) on the field BYTES will provide us with the total bytes for the tablespace.