My device connect to Hono MQTT adapter via a gateway. I want to know the number of devices currently connected.
I can only find some metrics from this documentation(https://www.eclipse.org/hono/docs/api/metrics/) One metrics named "hono.connections.authenticated" indicates that current number of connected authenticated devices. But I can only see the number of gateway connections from this indicator, what I want to know is the number of connections for non-gateway devices
So does hono provide corresponding metrics indicating the number of non-gateway devices?
Thanks for any useful suggestions.