Default channel client counter seems to include query connections
My default channel (the one you join automatically upon connection) always has a client count of 1 if no client is on the Teamspeak server. If i connect to the server query manually, the count increases to two.
Is there a way to substract those connections again to have a correct client number metric for the default channel?
Just as context: That number is technically correct, the connected user is the serverquery user used by this tool. The TS client does not show serverquery users, thats why it appears empty.
It seems like the clientlist command shows a client_type field per user. client_type=1 seems to be server query users, while client_type=0 are "normal" users.
Maybe adding a metric ts3_clientlist_count{type="normal"} would be fitting. Maybe I'll find some time adding it myself.