Skip to content

[metricbeat] aws.rds.volume_used.bytes metric missing from RDS metricset #25774

@kaiyan-sheng

Description

@kaiyan-sheng

When running rds metricset to collect metrics,aws.rds.volume_used.bytes is missing. This metric came from AWS CloudWatch VolumeBytesUsed metric. When using cloudwatch metricset, I was able to collect this metric.

AWS CLI command to collect VolumeBytesUsed:

aws --region us-west-2 cloudwatch get-metric-statistics --namespace AWS/RDS --metric-name VolumeBytesUsed --start-time 2021-05-11T00:00:00Z --end-time 2021-05-11T01:00:00Z --period 60 --dimensions Name=EngineName,Value=aurora Name=DbClusterIdentifier,Value=cluster-name --statistics Average --query 'sort_by(Datapoints,&Timestamp)[*]'

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions