-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
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
fix: update opentelemetry.lua for envoy x-request-id format #10246
fix: update opentelemetry.lua for envoy x-request-id format #10246
Conversation
@artlin760402 the change looks good but I have a question. The request will have |
Yes it's a workaround solution for enterprise envoy environment. So it may needs extra serverless function plugin to overwrite header value, or the Devops might have to trace logs by manually remove hyphens... |
Please make the ci pass |
@artlin760402 Please fix the failing lint tests |
Directly removing hyphens from the trace-id isn't a correct way to fix the problem. If you want to fix the problem this way, you can use the serverless plugin to do it. |
Yes, agreed |
@artlin760402 I will close this pr, looking forward to your next fix |
Description
Remove all "-" to fulfill opentelemetry standard
Fixes #10239
Checklist