Skip to content

Commit

Permalink
[Metricbeat] Fix aws rds metricset dashboard (elastic#13721)
Browse files Browse the repository at this point in the history
* Fix aws rds metricset dashboard
  • Loading branch information
kaiyan-sheng authored Sep 18, 2019
1 parent 64de3c1 commit 48632ce
Show file tree
Hide file tree
Showing 7 changed files with 247 additions and 96 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
- Fix module-level fields in Kubernetes metricsets. {pull}13433[13433] {pull}13544[13544]
- Fix reporting empty events in cloudwatch metricset. {pull}13458[13458]
- Fix `docker.cpu.system.pct` calculation by using the reported number online cpus instead of the number of metrics per cpu. {pull}13691[13691]
- Fix rds metricset dashboard. {pull}13721[13721]

*Packetbeat*

Expand Down
42 changes: 21 additions & 21 deletions metricbeat/docs/fields.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -1353,7 +1353,7 @@ type: keyword
The number of outstanding IOs (read/write requests) waiting to access the disk.
type: long
type: float
--
Expand Down Expand Up @@ -1525,7 +1525,7 @@ type: long
The average number of commit operations per second.
type: long
type: float
--
Expand All @@ -1535,7 +1535,7 @@ type: long
The average number of delete queries per second.
type: long
type: float
--
Expand All @@ -1545,7 +1545,7 @@ type: long
The average number of DDL requests per second.
type: long
type: float
--
Expand All @@ -1555,7 +1555,7 @@ type: long
The average number of inserts, updates, and deletes per second.
type: long
type: float
--
Expand All @@ -1565,7 +1565,7 @@ type: long
The average number of insert queries per second.
type: long
type: float
--
Expand All @@ -1575,7 +1575,7 @@ type: long
The amount of network throughput both received from and transmitted to clients by each instance in the Aurora MySQL DB cluster, in bytes per second.
type: long
type: float
--
Expand All @@ -1585,7 +1585,7 @@ type: long
The incoming (Receive) network traffic on the DB instance, including both customer database traffic and Amazon RDS traffic used for monitoring and replication.
type: long
type: float
--
Expand All @@ -1595,7 +1595,7 @@ type: long
The outgoing (Transmit) network traffic on the DB instance, including both customer database traffic and Amazon RDS traffic used for monitoring and replication.
type: long
type: float
--
Expand All @@ -1605,7 +1605,7 @@ type: long
The average amount of time taken per disk I/O operation.
type: long
type: float
--
Expand All @@ -1615,7 +1615,7 @@ type: long
The average number of select queries per second.
type: long
type: float
--
Expand All @@ -1625,7 +1625,7 @@ type: long
The average number of update queries per second.
type: long
type: float
--
Expand All @@ -1635,7 +1635,7 @@ type: long
The average number of bytes written to disk per second.
type: long
type: float
--
Expand All @@ -1645,7 +1645,7 @@ type: long
The amount of latency for commit operations, in milliseconds.
type: long
type: float
format: duration
Expand All @@ -1657,7 +1657,7 @@ format: duration
The amount of latency for data definition language (DDL) requests, in milliseconds.
type: long
type: float
format: duration
Expand All @@ -1669,7 +1669,7 @@ format: duration
The amount of latency for inserts, updates, and deletes, in milliseconds.
type: long
type: float
format: duration
Expand All @@ -1681,7 +1681,7 @@ format: duration
The amount of latency for insert queries, in milliseconds.
type: long
type: float
format: duration
Expand All @@ -1693,7 +1693,7 @@ format: duration
The average amount of time taken per disk I/O operation.
type: long
type: float
format: duration
Expand All @@ -1705,7 +1705,7 @@ format: duration
The amount of latency for select queries, in milliseconds.
type: long
type: float
format: duration
Expand All @@ -1717,7 +1717,7 @@ format: duration
The amount of latency for update queries, in milliseconds.
type: long
type: float
format: duration
Expand All @@ -1729,7 +1729,7 @@ format: duration
The average amount of time taken per disk I/O operation.
type: long
type: float
format: duration
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 48632ce

Please sign in to comment.