Viewing Metrics

Railway provides resource usage information on deployments within a service which can be used to diagnose issues with a project's performance.

Accessing Service Metrics

Access a service's metrics by clicking on a service in the project canvas, and going to the "Metrics" tab.

Screenshot of Metrics Page

The following metrics are provided -

  • CPU
  • Memory
  • Disk Usage
  • Network

Understanding the Metrics Graphs

Graphs include dotted lines to indicate when new deployments began. Up to 30 days of data is available for each project.

Screenshot of Metric Timeseries Commit Information

Projects maintain a continuous time-series for all deployments within a service, not just the latest one. Deployments appear on the graph so users can see which commit may have caused a spike in resources.

If a service has multiple replicas, you can view metrics as a combined sum or per replica. Learn more in the Metrics Reference.


Edit this file on GitHub