#Metrics on Number of Web Requests

6 messages · Page 1 of 1 (latest)

pure stirrup
#

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?

marsh cometBOT
#

Project ID: d9305e83-3039-48d1-9154-0a7fdc912867

pure parcelBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

pure stirrup
#

d9305e83-3039-48d1-9154-0a7fdc912867

edgy ocean
#

there's no native support for this, you would have to use some middleware in your code to keep track of that yourself

pure stirrup
#

Thank you for the quick response