0

How do I get the count of number of messages published to a topic in stack driver.

Manasi
  • 21
  • Possible duplicate of [Google PubSub - Counting messages in topic](https://stackoverflow.com/questions/35475082/google-pubsub-counting-messages-in-topic) – Tedinoz Jan 27 '19 at 06:05

1 Answers1

0

Minu, why do you need this? There aren't any OOB Stackdriver metrics that capture this information, but you could log every time you either publish or pull a message and then use a log-based metric to aggregate...

Yuri Grinshteyn
  • 727
  • 3
  • 13