Azure SignalR message count shows inbound messages
I created a serverless Azure SignalR service with Azure Functions.
I'm invoking a "sendToGroup" method from a client application with noone subscribed to said group for testing purposes, so I'm sending a message with no recipient for it.
From what I understand, messages sent from a client to the service aren't counted for billing, since only outbound messages are counted. But when I go to the overview page on my Azure SignalR service, I can see that the message count is going up. Source
Does that overview page Message Count graph show both inbound and outbound messages? And if so, is there any way I can see only outbound messages to estimate costs?