Hello Flespi Team,
The metrics displayed for an MQTT session include a size and a count, just wanted to understand how they are related.
For example, in the below screenshot, the size for "Volume of messages published with QoS > 0 and waiting for PUBACK from client side" is 0B, but the count says 1999.
- Does this mean there are 1999 messages currently waiting PUBACK from client size?
- Why is the size 0B, even though there are 1999 messages?
- How are these metrics ("Last session outbound traffic volume" and "Volume of messages published with QoS > 0 and waiting for PUBACK from client side") related to the total storage size of the session?
- The total storage size of the session in the screenshot is 144.64MB, which is more than the size of two metrics combined. What else is contributing to the total size of the session?
- If the total storage size of the session is from "Volume of messages published with QoS > 0 and waiting for PUBACK from client side", is there an API endpoint we can use to retrieve them?
- If the total storage size of the session is not related to the two metrics above, what else is contributing to the size and what can we do to clear/reduce the session storage once it hits the limit?
Thanks!