trodo-python 2.23.0__tar.gz → 2.23.1__tar.gz
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.
- {trodo_python-2.23.0 → trodo_python-2.23.1}/PKG-INFO +1 -1
- {trodo_python-2.23.0 → trodo_python-2.23.1}/pyproject.toml +1 -1
- {trodo_python-2.23.0 → trodo_python-2.23.1}/tests/test_instrumentor_resolution.py +79 -0
- {trodo_python-2.23.0 → trodo_python-2.23.1}/trodo/otel/auto_instrument.py +49 -1
- {trodo_python-2.23.0 → trodo_python-2.23.1}/trodo_python.egg-info/PKG-INFO +1 -1
- {trodo_python-2.23.0 → trodo_python-2.23.1}/README.md +0 -0
- {trodo_python-2.23.0 → trodo_python-2.23.1}/setup.cfg +0 -0
- {trodo_python-2.23.0 → trodo_python-2.23.1}/tests/test_anon_distinct_id.py +0 -0
- {trodo_python-2.23.0 → trodo_python-2.23.1}/tests/test_auto_instrument_fixes.py +0 -0
- {trodo_python-2.23.0 → trodo_python-2.23.1}/tests/test_cross_process_session.py +0 -0
- {trodo_python-2.23.0 → trodo_python-2.23.1}/tests/test_datasets.py +0 -0
- {trodo_python-2.23.0 → trodo_python-2.23.1}/tests/test_end_run.py +0 -0
- {trodo_python-2.23.0 → trodo_python-2.23.1}/tests/test_error_enrichment.py +0 -0
- {trodo_python-2.23.0 → trodo_python-2.23.1}/tests/test_experiments.py +0 -0
- {trodo_python-2.23.0 → trodo_python-2.23.1}/tests/test_get_prompt_version_types.py +0 -0
- {trodo_python-2.23.0 → trodo_python-2.23.1}/tests/test_llm_usage_cost.py +0 -0
- {trodo_python-2.23.0 → trodo_python-2.23.1}/tests/test_multi_agent_shape.py +0 -0
- {trodo_python-2.23.0 → trodo_python-2.23.1}/tests/test_processor_methods.py +0 -0
- {trodo_python-2.23.0 → trodo_python-2.23.1}/tests/test_prompt_trace.py +0 -0
- {trodo_python-2.23.0 → trodo_python-2.23.1}/tests/test_prompts.py +0 -0
- {trodo_python-2.23.0 → trodo_python-2.23.1}/tests/test_register_otel.py +0 -0
- {trodo_python-2.23.0 → trodo_python-2.23.1}/tests/test_start_run.py +0 -0
- {trodo_python-2.23.0 → trodo_python-2.23.1}/tests/test_user_traits.py +0 -0
- {trodo_python-2.23.0 → trodo_python-2.23.1}/tests/test_wrap_agent_unchanged.py +0 -0
- {trodo_python-2.23.0 → trodo_python-2.23.1}/trodo/__init__.py +0 -0
- {trodo_python-2.23.0 → trodo_python-2.23.1}/trodo/api/__init__.py +0 -0
- {trodo_python-2.23.0 → trodo_python-2.23.1}/trodo/api/async_client.py +0 -0
- {trodo_python-2.23.0 → trodo_python-2.23.1}/trodo/api/endpoints.py +0 -0
- {trodo_python-2.23.0 → trodo_python-2.23.1}/trodo/api/http_client.py +0 -0
- {trodo_python-2.23.0 → trodo_python-2.23.1}/trodo/auto/__init__.py +0 -0
- {trodo_python-2.23.0 → trodo_python-2.23.1}/trodo/auto/auto_event_manager.py +0 -0
- {trodo_python-2.23.0 → trodo_python-2.23.1}/trodo/client.py +0 -0
- {trodo_python-2.23.0 → trodo_python-2.23.1}/trodo/managers/__init__.py +0 -0
- {trodo_python-2.23.0 → trodo_python-2.23.1}/trodo/managers/dataset_manager.py +0 -0
- {trodo_python-2.23.0 → trodo_python-2.23.1}/trodo/managers/experiment_manager.py +0 -0
- {trodo_python-2.23.0 → trodo_python-2.23.1}/trodo/managers/group_manager.py +0 -0
- {trodo_python-2.23.0 → trodo_python-2.23.1}/trodo/managers/people_manager.py +0 -0
- {trodo_python-2.23.0 → trodo_python-2.23.1}/trodo/managers/prompt_manager.py +0 -0
- {trodo_python-2.23.0 → trodo_python-2.23.1}/trodo/managers/user_manager.py +0 -0
- {trodo_python-2.23.0 → trodo_python-2.23.1}/trodo/otel/__init__.py +0 -0
- {trodo_python-2.23.0 → trodo_python-2.23.1}/trodo/otel/context.py +0 -0
- {trodo_python-2.23.0 → trodo_python-2.23.1}/trodo/otel/helpers.py +0 -0
- {trodo_python-2.23.0 → trodo_python-2.23.1}/trodo/otel/processor.py +0 -0
- {trodo_python-2.23.0 → trodo_python-2.23.1}/trodo/otel/prompt_trace.py +0 -0
- {trodo_python-2.23.0 → trodo_python-2.23.1}/trodo/otel/register.py +0 -0
- {trodo_python-2.23.0 → trodo_python-2.23.1}/trodo/otel/transport.py +0 -0
- {trodo_python-2.23.0 → trodo_python-2.23.1}/trodo/otel/wrap_agent.py +0 -0
- {trodo_python-2.23.0 → trodo_python-2.23.1}/trodo/prompts/__init__.py +0 -0
- {trodo_python-2.23.0 → trodo_python-2.23.1}/trodo/prompts/compile.py +0 -0
- {trodo_python-2.23.0 → trodo_python-2.23.1}/trodo/prompts/template.py +0 -0
- {trodo_python-2.23.0 → trodo_python-2.23.1}/trodo/prompts/types.py +0 -0
- {trodo_python-2.23.0 → trodo_python-2.23.1}/trodo/queue/__init__.py +0 -0
- {trodo_python-2.23.0 → trodo_python-2.23.1}/trodo/queue/batch_flusher.py +0 -0
- {trodo_python-2.23.0 → trodo_python-2.23.1}/trodo/queue/event_queue.py +0 -0
- {trodo_python-2.23.0 → trodo_python-2.23.1}/trodo/session/__init__.py +0 -0
- {trodo_python-2.23.0 → trodo_python-2.23.1}/trodo/session/server_session.py +0 -0
- {trodo_python-2.23.0 → trodo_python-2.23.1}/trodo/session/session_manager.py +0 -0
- {trodo_python-2.23.0 → trodo_python-2.23.1}/trodo/types.py +0 -0
- {trodo_python-2.23.0 → trodo_python-2.23.1}/trodo/user_context.py +0 -0
- {trodo_python-2.23.0 → trodo_python-2.23.1}/trodo/util/__init__.py +0 -0
- {trodo_python-2.23.0 → trodo_python-2.23.1}/trodo/util/lru.py +0 -0
- {trodo_python-2.23.0 → trodo_python-2.23.1}/trodo_python.egg-info/SOURCES.txt +0 -0
- {trodo_python-2.23.0 → trodo_python-2.23.1}/trodo_python.egg-info/dependency_links.txt +0 -0
- {trodo_python-2.23.0 → trodo_python-2.23.1}/trodo_python.egg-info/requires.txt +0 -0
- {trodo_python-2.23.0 → trodo_python-2.23.1}/trodo_python.egg-info/top_level.txt +0 -0
|
@@ -107,3 +107,82 @@ def test_a_missing_module_still_raises_importerror(_clean):
|
|
|
107
107
|
"""The caller relies on ImportError to mean "skip this framework"."""
|
|
108
108
|
with pytest.raises(ImportError):
|
|
109
109
|
_instrument('module_that_does_not_exist_xyz', 'AnyInstrumentor')
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
# ── Version conflicts must not be reported as active ────────────────────────
|
|
113
|
+
#
|
|
114
|
+
# An instrumentor whose target library is the wrong VERSION does not raise:
|
|
115
|
+
# OpenTelemetry logs a DependencyConflict and returns without patching. We then
|
|
116
|
+
# appended it to `active` and reported auto-capture that was not happening.
|
|
117
|
+
# Found live: cohere 7.0.9 against the instrumentor's ">=4.2.7, <6" was listed
|
|
118
|
+
# as active while producing no spans — the same lie as Node listing `openai`
|
|
119
|
+
# for a version its instrumentation cannot patch.
|
|
120
|
+
|
|
121
|
+
@pytest.fixture
|
|
122
|
+
def fake_conflict_checker():
|
|
123
|
+
"""Stand in for opentelemetry.instrumentation.dependencies.
|
|
124
|
+
|
|
125
|
+
OpenTelemetry is an OPTIONAL dependency of this SDK, so the suite must not
|
|
126
|
+
require it to be installed — injecting the module is how these tests stay
|
|
127
|
+
runnable in a bare environment.
|
|
128
|
+
"""
|
|
129
|
+
made = []
|
|
130
|
+
|
|
131
|
+
def install(result):
|
|
132
|
+
for mod in ('opentelemetry', 'opentelemetry.instrumentation',
|
|
133
|
+
'opentelemetry.instrumentation.dependencies'):
|
|
134
|
+
if mod not in sys.modules:
|
|
135
|
+
sys.modules[mod] = types.ModuleType(mod)
|
|
136
|
+
made.append(mod)
|
|
137
|
+
sys.modules['opentelemetry.instrumentation.dependencies'].get_dependency_conflicts = (
|
|
138
|
+
lambda deps: result
|
|
139
|
+
)
|
|
140
|
+
yield install
|
|
141
|
+
for m in made:
|
|
142
|
+
sys.modules.pop(m, None)
|
|
143
|
+
|
|
144
|
+
|
|
145
|
+
def test_a_version_conflict_is_raised_not_swallowed(_clean, fake_conflict_checker):
|
|
146
|
+
name = 'fake_instr_conflict'
|
|
147
|
+
_clean.append(name)
|
|
148
|
+
|
|
149
|
+
class Conflicted(_Recorder):
|
|
150
|
+
instrumented = False
|
|
151
|
+
|
|
152
|
+
def instrumentation_dependencies(self):
|
|
153
|
+
return ('somelib >=1, <2',)
|
|
154
|
+
|
|
155
|
+
_fake_module(name, ConflictedInstrumentor=Conflicted)
|
|
156
|
+
fake_conflict_checker('DependencyConflict: requested "somelib >=1, <2" but found "somelib 3.0"')
|
|
157
|
+
from trodo.otel.auto_instrument import _IncompatibleInstrumentation
|
|
158
|
+
|
|
159
|
+
with pytest.raises(_IncompatibleInstrumentation, match='somelib 3.0'):
|
|
160
|
+
_instrument(name, 'ConflictedInstrumentor')
|
|
161
|
+
assert Conflicted.instrumented is False # and it never patched
|
|
162
|
+
|
|
163
|
+
|
|
164
|
+
def test_no_conflict_instruments_normally(_clean, fake_conflict_checker):
|
|
165
|
+
name = 'fake_instr_ok'
|
|
166
|
+
_clean.append(name)
|
|
167
|
+
|
|
168
|
+
class Fine(_Recorder):
|
|
169
|
+
instrumented = False
|
|
170
|
+
|
|
171
|
+
def instrumentation_dependencies(self):
|
|
172
|
+
return ('somelib >=1',)
|
|
173
|
+
|
|
174
|
+
_fake_module(name, FineInstrumentor=Fine)
|
|
175
|
+
fake_conflict_checker(None)
|
|
176
|
+
_instrument(name, 'FineInstrumentor')
|
|
177
|
+
assert Fine.instrumented is True
|
|
178
|
+
|
|
179
|
+
|
|
180
|
+
def test_unknowable_conflict_state_fails_open(_clean):
|
|
181
|
+
"""No dependency helper, or an instrumentor that declares nothing, must not
|
|
182
|
+
be condemned — falsely reporting a working setup as broken is worse."""
|
|
183
|
+
name = 'fake_instr_nodeps'
|
|
184
|
+
_clean.append(name)
|
|
185
|
+
cls = type('NoDepsInstrumentor', (_Recorder,), {'instrumented': False})
|
|
186
|
+
_fake_module(name, NoDepsInstrumentor=cls)
|
|
187
|
+
_instrument(name, 'NoDepsInstrumentor')
|
|
188
|
+
assert cls.instrumented is True
|
|
@@ -438,7 +438,44 @@ def _instrument(module_name: str, *preferred: str) -> None:
|
|
|
438
438
|
)
|
|
439
439
|
if cls is None:
|
|
440
440
|
raise ImportError(f"no Instrumentor class exported by {module_name}")
|
|
441
|
-
|
|
441
|
+
|
|
442
|
+
instr = cls()
|
|
443
|
+
|
|
444
|
+
# An instrumentor whose target library is the wrong VERSION does not raise:
|
|
445
|
+
# OpenTelemetry logs a DependencyConflict and returns without patching
|
|
446
|
+
# anything. We would then append it to `active` and report auto-capture that
|
|
447
|
+
# is not happening -- the same lie as listing a framework whose
|
|
448
|
+
# instrumentation cannot patch the installed SDK. Ask first, and let the
|
|
449
|
+
# caller report it honestly.
|
|
450
|
+
conflict = _dependency_conflict(instr)
|
|
451
|
+
if conflict is not None:
|
|
452
|
+
raise _IncompatibleInstrumentation(str(conflict))
|
|
453
|
+
|
|
454
|
+
instr.instrument()
|
|
455
|
+
|
|
456
|
+
|
|
457
|
+
class _IncompatibleInstrumentation(ImportError):
|
|
458
|
+
"""The instrumentor loaded, but its target library is an unsupported version."""
|
|
459
|
+
|
|
460
|
+
|
|
461
|
+
def _dependency_conflict(instr: Any) -> Any:
|
|
462
|
+
"""The version conflict OpenTelemetry would hit, or None.
|
|
463
|
+
|
|
464
|
+
Returns None when we cannot tell -- an older OTel without the helper, or an
|
|
465
|
+
instrumentor that declares nothing. Falsely reporting a working setup as
|
|
466
|
+
broken is worse than the silence this replaces.
|
|
467
|
+
"""
|
|
468
|
+
try:
|
|
469
|
+
from opentelemetry.instrumentation.dependencies import ( # type: ignore
|
|
470
|
+
get_dependency_conflicts,
|
|
471
|
+
)
|
|
472
|
+
|
|
473
|
+
deps = instr.instrumentation_dependencies()
|
|
474
|
+
if not deps:
|
|
475
|
+
return None
|
|
476
|
+
return get_dependency_conflicts(deps)
|
|
477
|
+
except Exception: # noqa: BLE001
|
|
478
|
+
return None
|
|
442
479
|
|
|
443
480
|
|
|
444
481
|
_INSTRUMENTORS: List[tuple[str, Callable[[], Any]]] = []
|
|
@@ -556,6 +593,17 @@ def enable_auto_instrument(
|
|
|
556
593
|
try:
|
|
557
594
|
register()
|
|
558
595
|
active.append(name)
|
|
596
|
+
except _IncompatibleInstrumentation as e:
|
|
597
|
+
# Loud, because this is the case where everything LOOKS installed:
|
|
598
|
+
# the package is present, the import worked, and no spans will ever
|
|
599
|
+
# appear. Silence here is what costs people an afternoon.
|
|
600
|
+
_warn_once(
|
|
601
|
+
f"version-{name}",
|
|
602
|
+
f"auto-instrument: {name} will NOT be auto-captured and is not "
|
|
603
|
+
f"reported as active -- {e}. Wrap the call with trodo.llm(...) "
|
|
604
|
+
f"to capture it, or pin the library to a supported version.",
|
|
605
|
+
)
|
|
606
|
+
continue
|
|
559
607
|
except Exception:
|
|
560
608
|
continue
|
|
561
609
|
return active
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|