jararaca 0.3.22__py3-none-any.whl → 0.3.23__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of jararaca might be problematic. Click here for more details.
- jararaca/observability/providers/otel.py +6 -0
- {jararaca-0.3.22.dist-info → jararaca-0.3.23.dist-info}/METADATA +1 -1
- {jararaca-0.3.22.dist-info → jararaca-0.3.23.dist-info}/RECORD +7 -7
- pyproject.toml +1 -1
- {jararaca-0.3.22.dist-info → jararaca-0.3.23.dist-info}/LICENSE +0 -0
- {jararaca-0.3.22.dist-info → jararaca-0.3.23.dist-info}/WHEEL +0 -0
- {jararaca-0.3.22.dist-info → jararaca-0.3.23.dist-info}/entry_points.txt +0 -0
|
@@ -101,6 +101,12 @@ class OtelTracingContextProviderFactory(TracingContextProviderFactory):
|
|
|
101
101
|
f"http.request.header.{k}": v
|
|
102
102
|
for k, v in tx_data.request.headers.items()
|
|
103
103
|
},
|
|
104
|
+
"http.request.body": (await tx_data.request.body())[:5000].decode(
|
|
105
|
+
errors="ignore"
|
|
106
|
+
),
|
|
107
|
+
"http.request.client.host": (
|
|
108
|
+
tx_data.request.client.host if tx_data.request.client else ""
|
|
109
|
+
),
|
|
104
110
|
}
|
|
105
111
|
|
|
106
112
|
elif tx_data.context_type == "message_bus":
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
|
2
2
|
README.md,sha256=YmCngjU8llW0l7L3tuXkkfr8qH7V9aBMgfp2jEzeiKg,3517
|
|
3
|
-
pyproject.toml,sha256=
|
|
3
|
+
pyproject.toml,sha256=TxiXOkmqd-lOWWUJyu6pb0gv_l3r5KV-JiLmU6CvgkA,2739
|
|
4
4
|
jararaca/__init__.py,sha256=niZQiN-Whyw2ExcwQbB8uBDPy90pK36pPwa7dYkecuU,22822
|
|
5
5
|
jararaca/__main__.py,sha256=-O3vsB5lHdqNFjUtoELDF81IYFtR-DSiiFMzRaiSsv4,67
|
|
6
6
|
jararaca/broker_backend/__init__.py,sha256=GzEIuHR1xzgCJD4FE3harNjoaYzxHMHoEL0_clUaC-k,3528
|
|
@@ -30,7 +30,7 @@ jararaca/observability/decorators.py,sha256=vKAPGLyKz092rd1K4k3xtI2FrRafN69EEuRZ
|
|
|
30
30
|
jararaca/observability/hooks.py,sha256=VRYg-vlNlFxu9FqOgxyS9VIY6zDcCcgOuZ0RhTUtjwY,488
|
|
31
31
|
jararaca/observability/interceptor.py,sha256=U4ZLM0f8j6Q7gMUKKnA85bnvD-Qa0ii79Qa_X8KsXAQ,1498
|
|
32
32
|
jararaca/observability/providers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
33
|
-
jararaca/observability/providers/otel.py,sha256=
|
|
33
|
+
jararaca/observability/providers/otel.py,sha256=5ChhToWsXapaz5BmzDn0ZxBZ6p-2yKrqFczOXAOW_lY,9898
|
|
34
34
|
jararaca/persistence/base.py,sha256=xnGUbsLNz3gO-9iJt-Sn5NY13Yc9-misP8wLwQuGGoM,1024
|
|
35
35
|
jararaca/persistence/exports.py,sha256=Ghx4yoFaB4QVTb9WxrFYgmcSATXMNvrOvT8ybPNKXCA,62
|
|
36
36
|
jararaca/persistence/interceptors/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -76,8 +76,8 @@ jararaca/tools/typescript/interface_parser.py,sha256=yOSuOXKOeG0soGFo0fKiZIabu4Y
|
|
|
76
76
|
jararaca/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
77
77
|
jararaca/utils/rabbitmq_utils.py,sha256=ytdAFUyv-OBkaVnxezuJaJoLrmN7giZgtKeet_IsMBs,10918
|
|
78
78
|
jararaca/utils/retry.py,sha256=DzPX_fXUvTqej6BQ8Mt2dvLo9nNlTBm7Kx2pFZ26P2Q,4668
|
|
79
|
-
jararaca-0.3.
|
|
80
|
-
jararaca-0.3.
|
|
81
|
-
jararaca-0.3.
|
|
82
|
-
jararaca-0.3.
|
|
83
|
-
jararaca-0.3.
|
|
79
|
+
jararaca-0.3.23.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
|
80
|
+
jararaca-0.3.23.dist-info/METADATA,sha256=o6-VN44uWwh16SPUM7121Ajz57aEMCiP-9K_3yBktpo,5149
|
|
81
|
+
jararaca-0.3.23.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
82
|
+
jararaca-0.3.23.dist-info/entry_points.txt,sha256=WIh3aIvz8LwUJZIDfs4EeH3VoFyCGEk7cWJurW38q0I,45
|
|
83
|
+
jararaca-0.3.23.dist-info/RECORD,,
|
pyproject.toml
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|