opentelemetry-instrumentation-tornado 0.53b0__py3-none-any.whl → 0.54b0__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.
@@ -72,6 +72,8 @@ created span and some other contextual information. Example:
72
72
 
73
73
  .. code-block:: python
74
74
 
75
+ from opentelemetry.instrumentation.tornado import TornadoInstrumentor
76
+
75
77
  # will be called for each incoming request to Tornado
76
78
  # web server. `handler` is an instance of
77
79
  # `tornado.web.RequestHandler`.
@@ -94,7 +96,7 @@ created span and some other contextual information. Example:
94
96
  TornadoInstrumentor().instrument(
95
97
  server_request_hook=server_request_hook,
96
98
  client_request_hook=client_request_hook,
97
- client_response_hook=client_response_hook
99
+ client_response_hook=client_response_hook,
98
100
  )
99
101
 
100
102
  Capture HTTP request and response headers
@@ -12,4 +12,4 @@
12
12
  # See the License for the specific language governing permissions and
13
13
  # limitations under the License.
14
14
 
15
- __version__ = "0.53b0"
15
+ __version__ = "0.54b0"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: opentelemetry-instrumentation-tornado
3
- Version: 0.53b0
3
+ Version: 0.54b0
4
4
  Summary: Tornado instrumentation for OpenTelemetry
5
5
  Project-URL: Homepage, https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/instrumentation/opentelemetry-instrumentation-tornado
6
6
  Project-URL: Repository, https://github.com/open-telemetry/opentelemetry-python-contrib
@@ -19,9 +19,9 @@ Classifier: Programming Language :: Python :: 3.12
19
19
  Classifier: Programming Language :: Python :: 3.13
20
20
  Requires-Python: >=3.8
21
21
  Requires-Dist: opentelemetry-api~=1.12
22
- Requires-Dist: opentelemetry-instrumentation==0.53b0
23
- Requires-Dist: opentelemetry-semantic-conventions==0.53b0
24
- Requires-Dist: opentelemetry-util-http==0.53b0
22
+ Requires-Dist: opentelemetry-instrumentation==0.54b0
23
+ Requires-Dist: opentelemetry-semantic-conventions==0.54b0
24
+ Requires-Dist: opentelemetry-util-http==0.54b0
25
25
  Provides-Extra: instruments
26
26
  Requires-Dist: tornado>=5.1.1; extra == 'instruments'
27
27
  Description-Content-Type: text/x-rst
@@ -0,0 +1,9 @@
1
+ opentelemetry/instrumentation/tornado/__init__.py,sha256=avm1_uofS-LrkTteD7R9VLgQagBmu0cuSBqCW41yYyc,23228
2
+ opentelemetry/instrumentation/tornado/client.py,sha256=GmCilVnjXQAyXqGDAZsTT8CDhVTmRtczXgFzYLmpMto,5082
3
+ opentelemetry/instrumentation/tornado/package.py,sha256=mv-OUOrDF54kFoP_Epb3Pv8aufliZTMOwLWL5oAV_hY,649
4
+ opentelemetry/instrumentation/tornado/version.py,sha256=f-9BkRhMqLnQxkWjji9piLvfWOtFo2uNhwsi1TTWzDQ,608
5
+ opentelemetry_instrumentation_tornado-0.54b0.dist-info/METADATA,sha256=XrvoAXzWdgXENhfKhCYvcuzJEou5EdSdDCJVW0Fp_1s,2122
6
+ opentelemetry_instrumentation_tornado-0.54b0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
7
+ opentelemetry_instrumentation_tornado-0.54b0.dist-info/entry_points.txt,sha256=oDTErilMYHHuN6bv9XNAU1Avoy8f_nfCx91bASSkpgg,97
8
+ opentelemetry_instrumentation_tornado-0.54b0.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
9
+ opentelemetry_instrumentation_tornado-0.54b0.dist-info/RECORD,,
@@ -1,9 +0,0 @@
1
- opentelemetry/instrumentation/tornado/__init__.py,sha256=ThI0T3n3WNLWtXW-6VkDYQ00xPv1E-mcggFlsXdfK7M,23152
2
- opentelemetry/instrumentation/tornado/client.py,sha256=GmCilVnjXQAyXqGDAZsTT8CDhVTmRtczXgFzYLmpMto,5082
3
- opentelemetry/instrumentation/tornado/package.py,sha256=mv-OUOrDF54kFoP_Epb3Pv8aufliZTMOwLWL5oAV_hY,649
4
- opentelemetry/instrumentation/tornado/version.py,sha256=YINz8iltPDXGMAPN-XzoMRWHV-bhEWau0Rniz-pK9c0,608
5
- opentelemetry_instrumentation_tornado-0.53b0.dist-info/METADATA,sha256=duD2WxaXsI-zvmqa3RvDvmoEn9NytejiXHWmYmz_sIc,2122
6
- opentelemetry_instrumentation_tornado-0.53b0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
7
- opentelemetry_instrumentation_tornado-0.53b0.dist-info/entry_points.txt,sha256=oDTErilMYHHuN6bv9XNAU1Avoy8f_nfCx91bASSkpgg,97
8
- opentelemetry_instrumentation_tornado-0.53b0.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
9
- opentelemetry_instrumentation_tornado-0.53b0.dist-info/RECORD,,