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.