Metrics of a Service
modgu
PROOP

a year ago

In a service I can check the metrics and see the usage of the memory,cpu, and network. But how does it work?

I have service that has 2 instances running. When I check the metrics does it shows the memory usage of both instances ?

For example if my memory usage is 1.5GB, is this usage for all instances running or each instance of my service is using this amount of ram?

Also can't I check how each instance of my service is performing ?

Solved

3 Replies

Unfortunately, Railway only provides aggregate metrics for your service, but if you need instance-level visibility, you may want to:

• Check logs for individual instances to spot any inconsistencies.

• Scale down to a single instance to isolate behavior if needed.

• Use custom monitoring within your application (e.g., Prometheus, Datadog) to track per-instance metrics.

Hope this helps,

Angelo


Status changed to Awaiting User Response Railway over 1 year ago


angelo-railway

Unfortunately, Railway only provides aggregate metrics for your service, but if you need instance-level visibility, you may want to: • Check logs for individual instances to spot any inconsistencies. • Scale down to a single instance to isolate behavior if needed. • Use custom monitoring within your application (e.g., Prometheus, Datadog) to track per-instance metrics. Hope this helps, Angelo

modgu
PROOP

a year ago

Ah I see.

Thanks a lot !


Status changed to Awaiting Railway Response Railway over 1 year ago


No problem!

Marking this as solved.


Status changed to Awaiting User Response Railway over 1 year ago


Status changed to Solved angelo-railway over 1 year ago


Welcome!

Sign in to your Railway account to join the conversation.

Loading...