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
Post a Comment