Skip to content

[aws_rds_otel]: Network receive/transmit panels show KB instead of KB/s #20611

Description

@JM-elastic

Integration Name

AWS RDS Metrics OpenTelemetry Assets [packages/aws_rds_otel]

Dataset Name

aws.rds.otel

Integration Version

0.11.1 (current on main)

Agent Version

N/A — content package (Kibana dashboard assets only)

Agent Output Type

elasticsearch

Elasticsearch Version

N/A — content package

OS Version and Architecture

N/A — content package

Software/API Version

Amazon CloudWatch RDS metrics: NetworkReceiveThroughput, NetworkTransmitThroughput

Error Message

N/A

Event Original

N/A

What did you do?

Opened the AWS RDS Metrics OpenTelemetry instance drilldown dashboard and inspected the Network receive / Network transmit metric cards and time-series panels.

Dashboard: aws_rds_otel-36df60a8-6a6e-4f72-96ce-a3533d24901a.json

Affected panels:

  • nico-rdsid-card-netrx / nico-rdsid-chart-netrx — Network receive (NetworkReceiveThroughput)
  • nico-rdsid-card-nettx / nico-rdsid-chart-nettx — Network transmit (NetworkTransmitThroughput)

What did you see?

Those panels format values with the Kibana bytes formatter ("format": {"id": "bytes", "params": {"decimals": 1}}), so the UI shows a static size unit such as KB (or MB, etc.).

What did you expect to see?

A rate unit such as KB/s (bytes per second).

These CloudWatch metrics are throughput (bytes/second), not a cumulative byte count. AWS documents NetworkTransmitThroughput as outgoing network traffic in bytes per second (AWS docs; same for receive).

Anything else?

Likely fix: change the Lens column format on the four panels from bytes to a bytes-per-second formatter (e.g. bytesPerSecond, if that is the ID used elsewhere in Kibana Lens field formats), so the displayed unit is KB/s / MB/s rather than KB / MB.

No ingest/pipeline change expected — this is a dashboard formatting bug only.

Metadata

Metadata

Assignees

Labels

Integration:aws_rds_otelAWS RDS Metrics OpenTelemetry AssetsTeam:Obs-InfraObsObservability Infrastructure Monitoring team [elastic/obs-infraobs-integrations]bugSomething isn't working, use only for issuesdashboardRelates to a Kibana dashboard bug, enhancement, or modification.needs:triage

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions