简体   繁体   中英

How to get count of invocations of my particular Firebase or Google Cloud function from console?

Is it possible to get some overview (in Google Cloud console or Firebase console) where I could see how many times was my Firebase (or Google Cloud) function run? In GC console I can only find graph with "invocations per second" for each of my function. On the other side, in Firebase console, I can only find graph with count of invocations for all my functions together. I would like to know which of my functions consumes my quota. Thank you.

Fortunately, the count of invocations of each function has been currently added to the Firebase console. The number is available on the main page of "Functions" tab and shows the number of requests for each function per last 24 hours.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM