Technologies/Traefik/traefik.router.requests.tls.total
TraefikTraefikMetric

traefik.router.requests.tls.total

Total TLS requests at router
Dimensions:None
Available on:PrometheusPrometheus (1)Native (1)
Interface Metrics (2)
PrometheusPrometheus
Total number of TLS requests handled by a router
Dimensions:None
Native
Total number of TLS requests processed by router
Dimensions:None

Technical Annotations (12)

Configuration Parameters (3)
traefik.http.routers.<name>.entrypointsrecommended: websecure
Must include websecure for HTTPS traffic
traefik.http.routers.<name>.tlsrecommended: true
Required to enable TLS on router
TLSOption
Must be well-formatted; malformed configs silently disable client cert verification
Error Signatures (1)
404 page not foundhttp status
CLI Commands (2)
curl -sS -D- -o /dev/null https://app.example.com/diagnostic
docker exec -it traefik sh -lc 'wget -qO- http://127.0.0.1:8080/api/http/routers'diagnostic
Technical References (6)
EntryPointcomponentwebsecurecomponentSNIprotocolTLSOptioncomponentmTLSprotocolCA filefile path
Related Insights (2)
HTTPS routing fails when router only configured for HTTP entrypointcritical
Malformed TLSOption disables certificate verificationcritical