We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Initially nginx logs the $sent_http_* variables for the targeted url:
nginx_1 | uri_path="/" uri_query="-" status="200" http_svc="handler1"
But when we use log_subrequest on, we get the subrequest headers in logs:
log_subrequest on
nginx_1 | uri_path="/__auth__" uri_query="-" status="200" http_svc="handler2" nginx_1 | uri_path="/" uri_query="-" status="200" http_svc="handler2"
This problem also actual when we use these variables for tags.
There is a slightly modified jaeger example to represent the issue: https://github.com/n4nn31355/nginx-opentracing/commit/bd63bb37d35b9eb16106f70039b9beca45700293
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Initially nginx logs the $sent_http_* variables for the targeted url:
But when we use
log_subrequest on
, we get the subrequest headers in logs:This problem also actual when we use these variables for tags.
There is a slightly modified jaeger example to represent the issue:
https://github.com/n4nn31355/nginx-opentracing/commit/bd63bb37d35b9eb16106f70039b9beca45700293
The text was updated successfully, but these errors were encountered: