Skip to content

[Metricbeat][Oracle] Field oracle.tablespace.space.total.bytes is missing #38051

@kush-elastic

Description

@kush-elastic

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.

Metadata

Metadata

Assignees

Labels

MetricbeatMetricbeatModule:beatThe beat Metricbeat moduleTeam:Obs-InfraObsLabel for the Observability Infrastructure Monitoring teambugmodule

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions