# HELP gateway_connections Currently connected clients # TYPE gateway_connections gauge gateway_connections 0 # HELP gateway_packets_in_total Packets received # TYPE gateway_packets_in_total counter gateway_packets_in_total 0 # HELP gateway_packets_out_total Packets sent # TYPE gateway_packets_out_total counter gateway_packets_out_total 0 # HELP gateway_bytes_in_total Bytes received # TYPE gateway_bytes_in_total counter gateway_bytes_in_total 0 # HELP gateway_bytes_out_total Bytes sent # TYPE gateway_bytes_out_total counter gateway_bytes_out_total 0 # HELP gateway_rpc_requests_total RPC requests handled # TYPE gateway_rpc_requests_total counter gateway_rpc_requests_total 0 # HELP gateway_rpc_errors_total RPC errors returned # TYPE gateway_rpc_errors_total counter gateway_rpc_errors_total 0 # HELP gateway_auth_codes_total Login codes issued # TYPE gateway_auth_codes_total counter gateway_auth_codes_total 0 # HELP gateway_auth_success_total Successful sign-ins # TYPE gateway_auth_success_total counter gateway_auth_success_total 0 # HELP gateway_auth_failures_total Failed sign-ins # TYPE gateway_auth_failures_total counter gateway_auth_failures_total 0 # HELP gateway_rate_limited_total Rate limited attempts # TYPE gateway_rate_limited_total counter gateway_rate_limited_total 0 # HELP gateway_updates_pushed_total Server updates delivered # TYPE gateway_updates_pushed_total counter gateway_updates_pushed_total 0 # HELP gateway_updates_dropped_total Server updates dropped (slow/absent client) # TYPE gateway_updates_dropped_total counter gateway_updates_dropped_total 0 # HELP gateway_pings_sent_total Keepalive pings sent # TYPE gateway_pings_sent_total counter gateway_pings_sent_total 0 # HELP gateway_connections_opened_total Connections accepted # TYPE gateway_connections_opened_total counter gateway_connections_opened_total 2 # HELP gateway_connections_closed_total Connections closed # TYPE gateway_connections_closed_total counter gateway_connections_closed_total 2 # HELP gateway_secure_handshakes_total Completed auth_key handshakes # TYPE gateway_secure_handshakes_total counter gateway_secure_handshakes_total 0 # HELP gateway_secure_failures_total Failed handshakes / decryptions # TYPE gateway_secure_failures_total counter gateway_secure_failures_total 0 # HELP gateway_backend_calls_total Proxied calls to the Unixgram app # TYPE gateway_backend_calls_total counter gateway_backend_calls_total 0 # HELP gateway_backend_errors_total Proxied calls that returned 5xx # TYPE gateway_backend_errors_total counter gateway_backend_errors_total 0 # HELP gateway_rpc_method_requests_total Requests per RPC method # TYPE gateway_rpc_method_requests_total counter # HELP gateway_rpc_method_avg_latency_ms Average latency per RPC method # TYPE gateway_rpc_method_avg_latency_ms gauge