TLS observability. How count status codes?

We can count http codes for http protocol by traefik_service_request_duration_seconds but it doesn't show https requests.
And traefik_service_requests_tls_total shows only total request without grouping by codes.

How to get the count of tls requests grouped by codes?