How do I enable logging of Client Certificate information to /metrics? I have a middleware that attaches some of the cert information and passes it downstream, but I cannot find anywhere that it logs the information about the client cert being used in the /metrics endpoint.
Use Case: Display a count of who is accessing our services via their client cert in Grafana.
Thank you!