You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use Nginx with Opentracing in a Kubernetes cluster. It's behind an oauth2-proxy which usually genereates an OpenTracing header for every request. The Kubernetes health checks on /liveness and /readiness come without any OpenTracing support and thus our logs are spammed with:
2021/06/17 09:12:34 [error] 54#54: *587 no opentracing context value found for span context key x_b3_traceid for request 000055D767E61D10 while logging request, client: x.x.x.x, server: xxx.xxx.xxx, request: "GET /liveness HTTP/1.1", host: "x.x.x.x:80"
We use Nginx with Opentracing in a Kubernetes cluster. It's behind an oauth2-proxy which usually genereates an OpenTracing header for every request. The Kubernetes health checks on /liveness and /readiness come without any OpenTracing support and thus our logs are spammed with:
2021/06/17 09:12:34 [error] 54#54: *587 no opentracing context value found for span context key x_b3_traceid for request 000055D767E61D10 while logging request, client: x.x.x.x, server: xxx.xxx.xxx, request: "GET /liveness HTTP/1.1", host: "x.x.x.x:80"
Our config is:
and
The text was updated successfully, but these errors were encountered: