课程: Google Cloud Professional Machine Learning Engineer Cert Prep

免费学习该课程!

今天就开通帐号,24,700 门业界名师课程任您挑!

Monitoring and logging with Rust on Google App Engine

Monitoring and logging with Rust on Google App Engine

- [Instructor] Here we have a Rust microservice using the Actix Web framework. And you can see here that it has the route here, fruit. It also has a function that returns Hello World. And we can actually look through this code to see how when we deploy it into production, what will happen. It's also containerized. And so this containerized application works very well for App Engine. So if we go over to the deployed version of it inside of App Engine, you can see here that there's a dashboard that shows all of the different important summaries in this section. So we can see here that there's a number of requests here that we can look at. We can also go into the billing status, look at errors if there were any errors. We can also toggle through all the different settings. So request by type, for example, latency. We can also go to loading latency as well. We can go to errors. We can also look at traffic, how much…

内容