Skip to content

Commit

Permalink
revert: "chore: bumping otlp deps to 1.15" (#3553)
Browse files Browse the repository at this point in the history
#3351 OTLP breaks monitoring feature.
  • Loading branch information
bojiang committed Feb 13, 2023
1 parent cdba3bc commit 9f6e84b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ dependencies = [
# OpenTelemetry is the server dependencies, rather than SDK
# Since there are discrepancies among API and instrumentation packages,
# we should always pin the set version of Opentelemetry suite
"opentelemetry-api==1.15.0",
"opentelemetry-sdk==1.15.0",
"opentelemetry-exporter-otlp-proto-http==1.15.0",
"opentelemetry-instrumentation==0.36b0",
"opentelemetry-instrumentation-aiohttp-client==0.36b0",
"opentelemetry-instrumentation-asgi==0.36b0",
"opentelemetry-semantic-conventions==0.36b0",
"opentelemetry-util-http==0.36b0",
"opentelemetry-api==1.14.0",
"opentelemetry-sdk==1.14.0",
"opentelemetry-exporter-otlp-proto-http==1.14.0",
"opentelemetry-instrumentation==0.35b0",
"opentelemetry-instrumentation-aiohttp-client==0.35b0",
"opentelemetry-instrumentation-asgi==0.35b0",
"opentelemetry-semantic-conventions==0.35b0",
"opentelemetry-util-http==0.35b0",
"packaging>=22.0",
"pathspec",
"pip-tools>=6.6.2",
Expand Down Expand Up @@ -136,7 +136,7 @@ grpc = [
"protobuf",
"grpcio",
"grpcio-health-checking",
"opentelemetry-instrumentation-grpc==0.36b0",
"opentelemetry-instrumentation-grpc==0.35b0",
]
grpc-reflection = ["bentoml[grpc]", "grpcio-reflection"]
grpc-channelz = ["bentoml[grpc]", "grpcio-channelz"]
Expand All @@ -148,9 +148,9 @@ tracing = [
"bentoml[tracing-otlp]",
"bentoml[tracing-zipkin]",
]
tracing-jaeger = ["opentelemetry-exporter-jaeger==1.15.0"]
tracing-zipkin = ["opentelemetry-exporter-zipkin==1.15.0"]
tracing-otlp = ["opentelemetry-exporter-otlp==1.15.0"]
tracing-jaeger = ["opentelemetry-exporter-jaeger==1.14.0"]
tracing-zipkin = ["opentelemetry-exporter-zipkin==1.14.0"]
tracing-otlp = ["opentelemetry-exporter-otlp==1.14.0"]

[tool.setuptools_scm]
write_to = "src/bentoml/_version.py"
Expand Down
2 changes: 1 addition & 1 deletion requirements/tests-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ build[virtualenv]==0.10.0
protobuf<4.0dev
grpcio
grpcio-health-checking
opentelemetry-instrumentation-grpc==0.36b0
opentelemetry-instrumentation-grpc==0.35b0

0 comments on commit 9f6e84b

Please sign in to comment.