publish subscribe - get metrics for google cloud pubsub -


i using google cloud pubsub , want know how number of outstanding, delivered , undelivered messages in pubsub. there available api provided google pubsub this?

you'll want @ stackdriver monitoring. in particular, there metrics google cloud pub/sub, including subscription/num_undelivered_messages , subscription/num_outstanding_messages. can access graphs of these properties in stackdriver.


Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -