This should be obvious, but I cannot find anywhere in the Pub/Sub documentation to verify my guess:
The following summary statistics are provided "out of the box" by Pub/Sub, but I am not 100% sure what I'm looking at.
If I am incorrect, please correct my understanding, or point me to some documentation. I couldn't find anything to explain this super-basic definition.
These graphs each correspond to a metric available in Cloud Montioring:
topic/message_sizes
, which is the number of messages published.subscription/sent_message_count
, which is the number of messages sent by Pub/Sub to the subscribers.subscription/ack_message_count
, which is the number of messages acknowledged by subscribers.