Where can I find Stackdriver in Firebase console?

狂风中的少年 提交于 2019-11-28 08:02:35

问题


I've read in this article that Firestore has launched Stackdriver (in beta) so we can monitor Cloud Firestore read, write and delete operations in near-real time but where can I find it in Firebase console?


回答1:


You have to go to the Google Cloud Console and not to the Firebase console.

The URL is https://console.cloud.google.com/home/dashboard?project=xxxxxx

There you will find a set of vertical menu items about Stackdriver. You should use the Monitoring menu item to open the Stackdriver console.

Then once in the Stackdriver console, you should open the Resources menu and create a new Metric for your Firestore instance, as shown below:


BTW, Doug Stevenson has recently published a couple of posts which cover (among others) some of the link/differences between the two consoles: https://medium.com/google-developers/firebase-google-cloud-whats-different-with-cloud-functions-612d9e1e89cb and https://medium.com/google-developers/whats-the-relationship-between-firebase-and-google-cloud-57e268a7ff6f



来源:https://stackoverflow.com/questions/54492115/where-can-i-find-stackdriver-in-firebase-console

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!