grpcio-observability 1.71.0__cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl → 1.72.0__cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.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.
@@ -267,7 +267,7 @@ def server_server_latency(labels: Mapping[str, str]) -> view_module.View:
267
267
  view = view_module.View(
268
268
  "grpc.io/server/server_latency",
269
269
  "The total time taken by an RPC from server transport's"
270
- + " (HTTP2 / inproc / cronet) perspective.",
270
+ + " (HTTP2 / inproc) perspective.",
271
271
  [TagKey(key) for key in labels.keys()]
272
272
  + [server_method_tag_key(), server_status_tag_key()],
273
273
  _measures.SERVER_SERVER_LATENCY_MEASURE,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: grpcio-observability
3
- Version: 1.71.0
3
+ Version: 1.72.0
4
4
  Summary: gRPC Python observability package
5
5
  Home-page: https://grpc.io
6
6
  Author: The gRPC Authors
@@ -15,7 +15,7 @@ Classifier: License :: OSI Approved :: Apache Software License
15
15
  Requires-Python: >=3.9
16
16
  Description-Content-Type: text/x-rst
17
17
  License-File: LICENSE
18
- Requires-Dist: grpcio ==1.71.0
18
+ Requires-Dist: grpcio ==1.72.0
19
19
  Requires-Dist: setuptools >=59.6.0
20
20
  Requires-Dist: opentelemetry-api >=1.21.0
21
21
 
@@ -1,15 +1,15 @@
1
- grpcio_observability-1.71.0.dist-info/LICENSE,sha256=WQGY4_MF8sNH_eZNY3xlSSu-9VTbbINk4UnNN143l-4,29687
2
- grpcio_observability-1.71.0.dist-info/RECORD,,
3
- grpcio_observability-1.71.0.dist-info/METADATA,sha256=oLkQTCbVGB2ylfzdQpyojqrM1k4bY4lsQAh-yN78_AU,3915
4
- grpcio_observability-1.71.0.dist-info/WHEEL,sha256=YtIvQUsoYDRbbQEkZRB8wUWsRa7mk6l_KWHiVV-P-tk,148
5
- grpcio_observability-1.71.0.dist-info/top_level.txt,sha256=Sfv2I7Rx3dpHi0iFX1iKlQ9o_zcOcaKvSiXWmwLmc3w,19
6
- grpc_observability/_cyobservability.cpython-312-i386-linux-gnu.so,sha256=XXI3SSnvYslhXL9Bd5wUY2SrGoodDJR9NDZvEZCus4I,759216
1
+ grpcio_observability-1.72.0.dist-info/METADATA,sha256=LuKCi7oipB9hSvQonzAN6okzKetnx2lEDCQhhNH74WU,3915
2
+ grpcio_observability-1.72.0.dist-info/RECORD,,
3
+ grpcio_observability-1.72.0.dist-info/top_level.txt,sha256=Sfv2I7Rx3dpHi0iFX1iKlQ9o_zcOcaKvSiXWmwLmc3w,19
4
+ grpcio_observability-1.72.0.dist-info/WHEEL,sha256=YtIvQUsoYDRbbQEkZRB8wUWsRa7mk6l_KWHiVV-P-tk,148
5
+ grpcio_observability-1.72.0.dist-info/LICENSE,sha256=WQGY4_MF8sNH_eZNY3xlSSu-9VTbbINk4UnNN143l-4,29687
6
+ grpc_observability/_cyobservability.cpython-312-i386-linux-gnu.so,sha256=NhAgwGSwin1RM5YGq20o-ugpcbA43WCRf78PmajIqNg,763312
7
+ grpc_observability/_measures.py,sha256=uzCLBz677MYV4UmR3gOQ0443iEf9cgbZbpAEb1qcntE,2964
7
8
  grpc_observability/_open_telemetry_observability.py,sha256=gEu1i0g4EyEdhOd_J7rdz2mzI6eFtxYDg1uuVgAVx3E,20443
8
9
  grpc_observability/_observability_config.py,sha256=KFRMNpBE0-2ju8LP6Vyv3wlvLC5X2OBcPOtotSLeF24,4264
9
10
  grpc_observability/_open_census_exporter.py,sha256=_0xmgGA_TLe8SY0cEPcOp0DP8N0Gkue-L0TallZeurA,11800
11
+ grpc_observability/_views.py,sha256=mZVNSVmP-fyBDRAIjJPjKdot_Zt2uD4rZCsdhX_DwhE,9555
12
+ grpc_observability/_open_telemetry_plugin.py,sha256=Oq6clNm3lnTCJx8oXdBaw-UhHZ-R3Y6Vvt24IBQR3iA,6423
10
13
  grpc_observability/__init__.py,sha256=H8-SPp2DazGSUWyGYhzdwoRC9IPtkN1oPwwzttWFTlg,688
11
- grpc_observability/_views.py,sha256=LOt3Avy6d_y3SP7NtsyxyoOrvyaY5VWvD4rVvfjiwpA,9564
12
- grpc_observability/_open_telemetry_measures.py,sha256=YUcYM8j-KSK6iJZIaQSd1GXCIgs-S-XhIZ-BSwNA96Y,2949
13
14
  grpc_observability/_observability.py,sha256=Ja-xCDL9HzQlNlQsauFaPQR-uIPcKmiQSnsKiA3bjkk,4472
14
- grpc_observability/_measures.py,sha256=uzCLBz677MYV4UmR3gOQ0443iEf9cgbZbpAEb1qcntE,2964
15
- grpc_observability/_open_telemetry_plugin.py,sha256=Oq6clNm3lnTCJx8oXdBaw-UhHZ-R3Y6Vvt24IBQR3iA,6423
15
+ grpc_observability/_open_telemetry_measures.py,sha256=YUcYM8j-KSK6iJZIaQSd1GXCIgs-S-XhIZ-BSwNA96Y,2949