const subsystem … const statuscode … var registerMetricsOnce … var streamTranslatorRequestsTotal … var streamTunnelRequestsTotal … func Register() { … } func ResetForTest() { … } // IncStreamTranslatorRequest increments the # of requests handled by the StreamTranslatorProxy. func IncStreamTranslatorRequest(ctx context.Context, status string) { … } // IncStreamTunnelRequest increments the # of requests handled by the StreamTunnelProxy. func IncStreamTunnelRequest(ctx context.Context, status string) { … }