IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
aws rds metricset
editaws rds metricset
editThis functionality is in beta and is subject to change. The design and code is less mature than official GA features and is being provided as-is with no warranties. Beta features are not subject to the support SLA of official GA features.
The rds metricset of aws module allows you to monitor your AWS RDS service. rds
metricset fetches a set of values from
Amazon RDS Metrics.
Amazon RDS sends metrics and dimensions to Amazon CloudWatch every minute.
AWS Permissions
editSome specific AWS permissions are required for IAM user to collect AWS RDS metrics.
cloudwatch:GetMetricData ec2:DescribeRegions rds:DescribeDBInstances
Dashboard
editThe aws rds metricset comes with a predefined dashboard.
Fields
editFor a description of each field in the metricset, see the exported fields section.
Here is an example document generated by this metricset:
{ "@timestamp": "2017-10-12T08:05:34.853Z", "aws": { "rds": { "cpu": { "total": { "pct": 3 } }, "database_connections": 0, "db_instance": { "arn": "arn:aws:rds:us-east-2:627959692251:db:test1", "class": "db.r5.large", "identifier": "test1", "status": "available" }, "deadlocks": 0, "disk_usage": { "bin_log.bytes": 0 }, "free_local_storage.bytes": 31211958272, "freeable_memory.bytes": 4681383936, "latency": { "commit": 0, "ddl": 0, "dml": 0, "insert": 0.16196666666666668, "select": 0.22499999999999998, "update": 0 }, "login_failures": 0, "queries": 7.510281559829625, "throughput": { "commit": 0.25008753063572253, "ddl": 0, "delete": 0, "dml": 0.25008753063572253, "insert": 0.5001750612714451, "network": 1.39989500797161, "network_receive": 0.699947503985805, "network_transmit": 0.699947503985805, "select": 2.4832091728746897, "update": 0 }, "transactions": { "active": 0, "blocked": 0 } } }, "cloud": { "availability_zone": "us-east-2a", "provider": "aws", "region": "us-east-2" }, "event": { "dataset": "aws.rds", "duration": 115000, "module": "aws" }, "metricset": { "name": "rds" }, "service": { "name": "rds", "type": "rds" } }