Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/elasticotel/instrumentation/bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@


# the instrumentations available in opentelemetry-bootstrap we want to skip
_EXCLUDED_INSTRUMENTATIONS = {"opentelemetry-instrumentation-openai-v2", "opentelemetry-instrumentation-vertexai"}
_EXCLUDED_INSTRUMENTATIONS = {"opentelemetry-instrumentation-openai-v2"}

# update with:
# $ python3.12 scripts/build_edot_bootstrap_instrumentations.py | ruff format -
Expand Down
1 change: 0 additions & 1 deletion tests/instrumentation/test_bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,3 @@ def test_overriden_instrumentations(monkeypatch, capfd):
captured = capfd.readouterr()
assert "opentelemetry-instrumentation-openai-v2" not in captured.out
assert "elastic-opentelemetry-instrumentation-openai" in captured.out
assert "opentelemetry-instrumentation-vertexai" not in captured.out