R
Railway9mo ago
fogel1

Metrics on Number of Web Requests

I just deployed a web API and would like to keep track of the number of requests made to the API. Does railway have any built-in support for this?
4 Replies
Percy
Percy9mo ago
Project ID: d9305e83-3039-48d1-9154-0a7fdc912867
fogel1
fogel19mo ago
d9305e83-3039-48d1-9154-0a7fdc912867
Brody
Brody9mo ago
there's no native support for this, you would have to use some middleware in your code to keep track of that yourself
fogel1
fogel19mo ago
Thank you for the quick response