lmnr 0.6.4__py3-none-any.whl → 0.6.5__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.
- lmnr/opentelemetry_lib/tracing/_instrument_initializers.py +2 -2
- lmnr/version.py +1 -1
- {lmnr-0.6.4.dist-info → lmnr-0.6.5.dist-info}/METADATA +1 -1
- {lmnr-0.6.4.dist-info → lmnr-0.6.5.dist-info}/RECORD +7 -7
- {lmnr-0.6.4.dist-info → lmnr-0.6.5.dist-info}/LICENSE +0 -0
- {lmnr-0.6.4.dist-info → lmnr-0.6.5.dist-info}/WHEEL +0 -0
- {lmnr-0.6.4.dist-info → lmnr-0.6.5.dist-info}/entry_points.txt +0 -0
@@ -204,9 +204,9 @@ class MCPInstrumentorInitializer(InstrumentorInitializer):
|
|
204
204
|
if not is_package_installed("opentelemetry-instrumentation-mcp"):
|
205
205
|
return None
|
206
206
|
|
207
|
-
from opentelemetry.instrumentation.mcp import
|
207
|
+
from opentelemetry.instrumentation.mcp import McpInstrumentor
|
208
208
|
|
209
|
-
return
|
209
|
+
return McpInstrumentor()
|
210
210
|
|
211
211
|
|
212
212
|
class MilvusInstrumentorInitializer(InstrumentorInitializer):
|
lmnr/version.py
CHANGED
@@ -7,7 +7,7 @@ lmnr/opentelemetry_lib/opentelemetry/instrumentation/google_genai/__init__.py,sh
|
|
7
7
|
lmnr/opentelemetry_lib/opentelemetry/instrumentation/google_genai/config.py,sha256=25zevJ7g3MtJP_5gju3jBH7-wg7SbDkktysuUO29ksI,245
|
8
8
|
lmnr/opentelemetry_lib/opentelemetry/instrumentation/google_genai/utils.py,sha256=3knAm34hX78JUWvz8rdJSfpytclVnmivATm4q1l1WwU,6144
|
9
9
|
lmnr/opentelemetry_lib/tracing/__init__.py,sha256=dy3zrgeiZmLX-aLXuRUW8-RGR4FaIdRRKKEVR0eItGs,5662
|
10
|
-
lmnr/opentelemetry_lib/tracing/_instrument_initializers.py,sha256=
|
10
|
+
lmnr/opentelemetry_lib/tracing/_instrument_initializers.py,sha256=M5Q1Nbb_oZ6_5f2E-bGB3fTLe_THJnyxoPGroxd8B7s,14145
|
11
11
|
lmnr/opentelemetry_lib/tracing/attributes.py,sha256=MvowVluXfCqSIC3Cvx3tWDqB0Cpr9bpSlY91qL4Iy74,1497
|
12
12
|
lmnr/opentelemetry_lib/tracing/context_properties.py,sha256=eolsrmW1oOHQwiNJ3wsMQWOq3sJsoCIGgXCXJXmakuU,1723
|
13
13
|
lmnr/opentelemetry_lib/tracing/exporter.py,sha256=avjmH9hz6PXbMV2bnx7b9GuGC6flAUDwvcxoZMbTWgM,2082
|
@@ -48,9 +48,9 @@ lmnr/sdk/laminar.py,sha256=jbsNHl-IbZs_6okGGckkDbh_gpV2rsR3ao5jflIZHgU,28627
|
|
48
48
|
lmnr/sdk/log.py,sha256=nt_YMmPw1IRbGy0b7q4rTtP4Yo3pQfNxqJPXK3nDSNQ,2213
|
49
49
|
lmnr/sdk/types.py,sha256=wnC1OkF-FErpAaRbEGYtiDnPBYw2qxmz3zu8kVBMn7w,12657
|
50
50
|
lmnr/sdk/utils.py,sha256=AK9njI7s0cacR93NpvQr6nEiEp6Cj-GIBWSdbFHrWVk,3858
|
51
|
-
lmnr/version.py,sha256=
|
52
|
-
lmnr-0.6.
|
53
|
-
lmnr-0.6.
|
54
|
-
lmnr-0.6.
|
55
|
-
lmnr-0.6.
|
56
|
-
lmnr-0.6.
|
51
|
+
lmnr/version.py,sha256=7NB1gwM-7XfGZym-X8zYgkO7-GH3Q3WKdlL5sVWYa8A,1321
|
52
|
+
lmnr-0.6.5.dist-info/LICENSE,sha256=67b_wJHVV1CBaWkrKFWU1wyqTPSdzH77Ls-59631COg,10411
|
53
|
+
lmnr-0.6.5.dist-info/METADATA,sha256=Sml-w_OWXXWzCH_34XcT2aJp3WVO-TvmvlDoFWqnSeU,15135
|
54
|
+
lmnr-0.6.5.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
55
|
+
lmnr-0.6.5.dist-info/entry_points.txt,sha256=K1jE20ww4jzHNZLnsfWBvU3YKDGBgbOiYG5Y7ivQcq4,37
|
56
|
+
lmnr-0.6.5.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|