Skip to content

Commit 9198b6e

Browse files
authored
Merge branch 'main' into refactor/missing_lambda_handler_in_aws_lambda_raises_exception
2 parents 03e7c7d + dbfa681 commit 9198b6e

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.github/workflows/instrumentations_1.yml

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
- "resource-detector-container"
4040
- "util-http"
4141
- "fastapi-slim"
42+
- "processor-baggage"
4243
os: [ubuntu-20.04]
4344
exclude:
4445
- python-version: pypy3

processor/opentelemetry-processor-baggage/pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ classifiers = [
2626
]
2727
dependencies = [
2828
"opentelemetry-api ~= 1.5",
29+
"opentelemetry-sdk ~= 1.5",
2930
"wrapt >= 1.0.0, < 2.0.0",
3031
]
3132

Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
1-
2-
-e processor/opentelemetry-processor-baggage
1+
importlib_metadata==8.0.0
2+
typing_extensions==4.12.2
3+
wrapt==1.16.0
4+
zipp==3.19.2
5+
pytest==7.4.4
6+
Deprecated==1.2.14
7+
-e processor/opentelemetry-processor-baggage

0 commit comments

Comments
 (0)