This dashboard provides monitoring of Render service performance using Render Metrics Streams, giving you visibility into CPU usage, memory consumption, and network throughput for your Render services.
To use this dashboard, you need to configure Render to send metrics to SigNoz. Follow the Render Metrics guide to get started.
Dashboard Preview

Dashboards → + New dashboard → Import JSON
What This Dashboard Monitors
This dashboard provides comprehensive monitoring of Render service performance, giving you visibility into:
- CPU usage and limits: Track CPU time consumption and configured CPU limits per service instance
- Memory usage and allocation: Monitor RSS, cache, total memory usage, and memory utilization percentage
- Network throughput: Observe inbound and outbound network data transfer rates
Metrics Included
CPU
- CPU Time: The cumulative amount of CPU time used by a particular service instance, in seconds. Uses
render.service.cpu.timewith rate aggregation, grouped byservice.name. - CPU Limit: The maximum amount of CPU available to a particular service instance as determined by its instance type. Uses
render.service.cpu.limitwith avg aggregation, grouped byservice.name.
Memory
- Memory Usage: The amount of memory that a particular service instance is currently using, in bytes. Uses
render.service.memory.usagewith avg aggregation, grouped byservice.name. - Memory Breakdown: A breakdown of memory usage into RSS (Resident Set Size) and Cache components. Uses
render.service.memory.rssandrender.service.memory.cache. - Memory Utilization %: The percentage of memory used relative to the memory limit. Calculated as
100 × memory.usage / memory.limit.
Network
- Network In/Out: The rate of bytes received and transmitted by your Render services. Uses
render.service.network.receive.bytesandrender.service.network.transmit.byteswith rate aggregation.