Skip to main content

With the upcoming tiering/usage/quota changes for reCAPTCHA Enterprise, I am wondering if anyone can direct me how to pull stats for the current usage I am looking at with my project... I have been trying all morning, but dont know the syntax well enough to pull metrics, and in all of the metrics I can build out, they don't give counts, only usage/second, which isnt helpful.  

I am attempting to find meaningful stats from which I can determine if I need to move to the next tier up.


**First post; if this is in the wrong area, please let me know**


Much appreciated!

Hi @fixwhatsbroken,


Welcome to Google Cloud Community!


The GetMetrics REST endpoint and gRPC allow you to pull both ScoreMetrics and ChallengeMetrics.


For ScoreMetrics, you can access both overallMetrics and actionMetrics. For ChallengeMetrics, you can obtain pageloadCount, nocaptchaCount, failedCount, and passCount. These metrics provide real-time data.


I hope the above information is helpful.


Reply