Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions src/docs/guides/observability.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,36 @@ _Note for Small Screens: On smaller screens, items stack vertically and respect
Under Edit mode, each widget will have a three dot menu at the upper right corner at the bounding box of the widget. Clicking into this menu will allow you to edit the data source or delete the widget.

To persist your changes, make sure you press Save at the top right corner.

## Monitors

The Observability Dashboard includes configurable monitoring alerts that send email notifications when thresholds are reached.
<Banner variant="info">
Monitors requires a [Pro plan](/reference/pricing/plans#plans).
</Banner>

Alerting thresholds can be configured to trigger above or below specified limits for:

- CPU
- RAM
- Disk usage
- Network egress

### Creating Monitors


To create a monitor, navigate to any widget in the Observability Dashboard and click the three dot menu at the upper right corner of the widget. Select "Add monitor" from the dropdown menu to configure alerting for that specific widget.

<video
src="https://res.cloudinary.com/railway/video/upload/v1761099058/docs/guides/observability/monitors-demo_hfklkm.webm"
autoPlay
loop
muted
playsInline
style={{width: "100%", maxWidth: "800px", height: "auto", borderRadius: "8px"}}
/>


### Editing Monitors

To edit an existing monitor, navigate to any widget that has monitoring configured and click the three dot menu at the upper right corner of the widget. Select "Edit monitor" from the dropdown menu to modify the monitor configuration for that widget.
2 changes: 1 addition & 1 deletion src/docs/guides/services.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ width={836} height={684} quality={100} />
### Deploying a Private Docker Image

<Banner variant="info">
Private Docker registry deployments require the [Pro plan](pricing/plans#plans).
Private Docker registry deployments require the [Pro plan](/reference/pricing/plans#plans).
</Banner>

To deploy from a private Docker registry, specify the path of the image when prompted in the creation flow, as well as authentication credentials (username, password) to the registry.
Expand Down
15 changes: 15 additions & 0 deletions src/docs/reference/volumes.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,21 @@ Pro users and above can self-serve to increase their volume up to 250 GB.

For Pro and above users, please reach out to us on our [Central Station](https://station.railway.com/questions) if you need more than 250GB. Enterprise users with $2,000/month committed spend can also use [Slack](/reference/support#slack).

## Volume Limits per Project

Each project has a maximum number of volumes that can be created, based on your subscription plan:

| Plan | Maximum Volumes per Project |
|------|----------------------------|
| **Free** | **1** |
| **Trial** | **3** |
| **Hobby** | **10** |
| **Pro** | **20** |

Volumes created for the same service in another environment do not count towards this limit.

Pro users with substantial usage requirements may be eligible for increased volume limits. Please reach out to us on our [Central Station](https://station.railway.com/questions) to discuss your project's needs.

## I/O Specifications

Volumes have the following I/O characteristics:
Expand Down