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
Currently a new trace is created per each HTTP request. It would be useful if trace is get (if available) from the request using traceparent header as defined in https://opentelemetry.io/docs/specs/otel/context/api-propagators/#propagators-distribution https://www.w3.org/TR/trace-context/
In this way you will be able to trace the request through microservice invocations.
I want to track the request using opentelemetry starting from frontend, backend and then TEI
I don't have enough understanding of TEI code
The text was updated successfully, but these errors were encountered:
Created similar issue for TGI here: huggingface/text-generation-inference#2376
Sorry, something went wrong.
Hello,
I tested this PR and I can confirm that it works in my case - opentelemetry trace is propagated from request to TGI.
Thanks @kozistr !
Successfully merging a pull request may close this issue.
Feature request
Currently a new trace is created per each HTTP request. It would be useful if trace is get (if available) from the request using traceparent header as defined in https://opentelemetry.io/docs/specs/otel/context/api-propagators/#propagators-distribution https://www.w3.org/TR/trace-context/
In this way you will be able to trace the request through microservice invocations.
Motivation
I want to track the request using opentelemetry starting from frontend, backend and then TEI
Your contribution
I don't have enough understanding of TEI code
The text was updated successfully, but these errors were encountered: