-
Notifications
You must be signed in to change notification settings - Fork 309
Enable OpenTelemtry Tracing for ChatQnA on Xeon and Gaudi by docker compose merge feature #1488
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
Enable OpenTelemtry Tracing for ChatQnA on Xeon and Gaudi by docker compose merge feature #1488
Conversation
Dependency Review✅ No vulnerabilities or license issues found.Scanned Files |
d92968e
to
baeadf9
Compare
What's the performance / latency impact of enabling this feature; e.g. when serviing 1000 parallel users? (I.e. should it be disabled by default, with an option for enabling it?) |
55380d5
to
498858c
Compare
…new compose_telemetry.yaml files Signed-off-by: Louie, Tsai <louie.tsai@intel.com> Signed-off-by: Tsai, Louie <louie.tsai@intel.com>
794a355
to
29a3060
Compare
@eero-t |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thank you!
b852c04
to
9970f58
Compare
Signed-off-by: Tsai, Louie <louie.tsai@intel.com>
9970f58
to
c3e8882
Compare
…ompose merge feature (opea-project#1488) Signed-off-by: Louie, Tsai <louie.tsai@intel.com> Signed-off-by: Tsai, Louie <louie.tsai@intel.com> Signed-off-by: Chingis Yundunov <YundunovCN@sibedge.com>
…ompose merge feature (opea-project#1488) Signed-off-by: Louie, Tsai <louie.tsai@intel.com> Signed-off-by: Tsai, Louie <louie.tsai@intel.com> Signed-off-by: Chingis Yundunov <YundunovCN@sibedge.com>
Description
This PR enables OpenTelemetry Tracing for vllm and tgi on both Xeon and Gaudi by docker compose merge feature.
By default, it is disable and it could be enabled by docker compose an additional compose_telemetry.yaml file.
docker compose -f compose.yaml -f compose.telemetry.yaml up -d
It helps to tracing microservice performance for each request.
PR#1046 is related to this PR.
Issues
n/a
.Type of change
List the type of change like below. Please delete options that are not relevant.
Dependencies
NA
Tests
Manually test on Azure Xeon instance