From d51efd980d19ec1f83709ad34d648a9e381b2f36 Mon Sep 17 00:00:00 2001 From: Boban Date: Wed, 6 Nov 2024 10:23:58 -0500 Subject: [PATCH] pin opentelemetry dependency in orchestration (#2867) pin opentelemtry dependency in orchestration --- containers/orchestration/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/containers/orchestration/requirements.txt b/containers/orchestration/requirements.txt index c95087be59..c1db0ef8f3 100644 --- a/containers/orchestration/requirements.txt +++ b/containers/orchestration/requirements.txt @@ -19,6 +19,6 @@ sqlalchemy requests-mock psycopg2-binary==2.9.9 pytest-mock -opentelemetry-distro -opentelemetry-exporter-otlp -opentelemetry-exporter-prometheus +opentelemetry-distro==0.48b0 +opentelemetry-exporter-otlp==1.27.0 +opentelemetry-exporter-prometheus==0.48b0