Hi, I have deployed a flask app. and i can see the app CPU health ect…
But i would also like to see the traffic to the app like to Dashboard where i can see requests
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Click below to sign up and get $100 of credit to try our products over 60 days!
Hi there,
You can view the requests by going to your Apps dashboard -> click on the App that you want to check the logs for -> then click on
Logs
-> click on your web component.There you will see a console with an output of all of your access logs for this specific deployment.
Hope that this helps! Regards, Bobby