opentelemetry-instrumentation-tornado 0.48b0__py3-none-any.whl → 0.49b0__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.
@@ -152,7 +152,6 @@ API
152
152
  ---
153
153
  """
154
154
 
155
-
156
155
  from collections import namedtuple
157
156
  from functools import partial
158
157
  from logging import getLogger
@@ -296,7 +295,7 @@ def _create_server_histograms(meter) -> Dict[str, Histogram]:
296
295
  MetricInstruments.HTTP_SERVER_DURATION: meter.create_histogram(
297
296
  name=MetricInstruments.HTTP_SERVER_DURATION,
298
297
  unit="ms",
299
- description="Duration of HTTP server requests.",
298
+ description="Measures the duration of inbound HTTP requests.",
300
299
  ),
301
300
  MetricInstruments.HTTP_SERVER_REQUEST_SIZE: meter.create_histogram(
302
301
  name=MetricInstruments.HTTP_SERVER_REQUEST_SIZE,
@@ -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.48b0"
15
+ __version__ = "0.49b0"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: opentelemetry-instrumentation-tornado
3
- Version: 0.48b0
3
+ Version: 0.49b0
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
  Author-email: OpenTelemetry Authors <cncf-opentelemetry-contributors@lists.cncf.io>
@@ -17,9 +17,9 @@ Classifier: Programming Language :: Python :: 3.11
17
17
  Classifier: Programming Language :: Python :: 3.12
18
18
  Requires-Python: >=3.8
19
19
  Requires-Dist: opentelemetry-api~=1.12
20
- Requires-Dist: opentelemetry-instrumentation==0.48b0
21
- Requires-Dist: opentelemetry-semantic-conventions==0.48b0
22
- Requires-Dist: opentelemetry-util-http==0.48b0
20
+ Requires-Dist: opentelemetry-instrumentation==0.49b0
21
+ Requires-Dist: opentelemetry-semantic-conventions==0.49b0
22
+ Requires-Dist: opentelemetry-util-http==0.49b0
23
23
  Provides-Extra: instruments
24
24
  Requires-Dist: tornado>=5.1.1; extra == 'instruments'
25
25
  Description-Content-Type: text/x-rst
@@ -0,0 +1,9 @@
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=feu1cU-5Mlc3KHErNko0hTd8PObq7lIudxaIp9B3L_8,608
5
+ opentelemetry_instrumentation_tornado-0.49b0.dist-info/METADATA,sha256=aLwfl5UkO7eE4W4MW4Fm0OoaY5AzdhFVijc-D83pNJA,1983
6
+ opentelemetry_instrumentation_tornado-0.49b0.dist-info/WHEEL,sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY,87
7
+ opentelemetry_instrumentation_tornado-0.49b0.dist-info/entry_points.txt,sha256=oDTErilMYHHuN6bv9XNAU1Avoy8f_nfCx91bASSkpgg,97
8
+ opentelemetry_instrumentation_tornado-0.49b0.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
9
+ opentelemetry_instrumentation_tornado-0.49b0.dist-info/RECORD,,
@@ -1,9 +0,0 @@
1
- opentelemetry/instrumentation/tornado/__init__.py,sha256=287JyPXWJfuF7Rdeq_yUypcKXLAJIRnStOflX4jLNng,23139
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=wOX_9uGRBIlLks98mTGJZnnmD1Zez4rGVQNmP23fWEc,608
5
- opentelemetry_instrumentation_tornado-0.48b0.dist-info/METADATA,sha256=DwyIBBkR4dagRQHeDJMXSV08eh_NF0CWD3a2D84hOWM,1983
6
- opentelemetry_instrumentation_tornado-0.48b0.dist-info/WHEEL,sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY,87
7
- opentelemetry_instrumentation_tornado-0.48b0.dist-info/entry_points.txt,sha256=oDTErilMYHHuN6bv9XNAU1Avoy8f_nfCx91bASSkpgg,97
8
- opentelemetry_instrumentation_tornado-0.48b0.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
9
- opentelemetry_instrumentation_tornado-0.48b0.dist-info/RECORD,,