Skip to content

Commit 4274345

Browse files
committed
Updates according to comments.
1 parent e3aa37d commit 4274345

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

instrumentation-genai/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
| --------------- | ------------------ | --------------- | -------------- |
44
| [opentelemetry-instrumentation-google-genai](./opentelemetry-instrumentation-google-genai) | google-genai >= 1.0.0 | No | development
55
| [opentelemetry-instrumentation-langchain](./opentelemetry-instrumentation-langchain) | langchain >= 0.3.21 | No | development
6-
| [opentelemetry-instrumentation-openai-agents](./opentelemetry-instrumentation-openai-agents) | openai-agents >= 0.3.2 | No | development
6+
| [opentelemetry-instrumentation-openai-agents](./opentelemetry-instrumentation-openai-agents) | openai-agents >= 0.3.3 | No | development
77
| [opentelemetry-instrumentation-openai-v2](./opentelemetry-instrumentation-openai-v2) | openai >= 1.26.0 | Yes | development
88
| [opentelemetry-instrumentation-vertexai](./opentelemetry-instrumentation-vertexai) | google-cloud-aiplatform >= 1.64 | No | development
99
| [opentelemetry-instrumentation-weaviate](./opentelemetry-instrumentation-weaviate) | weaviate-client >= 3.0.0,<5.0.0 | No | development

instrumentation-genai/opentelemetry-instrumentation-openai-agents/src/opentelemetry/instrumentation/openai_agents/package.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
_instruments = ("openai-agents >= 0.3.2",)
15+
_instruments = ("openai-agents >= 0.3.3",)
1616
_supports_metrics = False

opentelemetry-instrumentation/src/opentelemetry/instrumentation/bootstrap_gen.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@
1616
# RUN `python scripts/generate_instrumentation_bootstrap.py` TO REGENERATE.
1717

1818
libraries = [
19-
{
20-
"library": "openai-agents >= 0.3.3",
21-
"instrumentation": "opentelemetry-instrumentation-openai-agents==0.1.0.dev",
22-
},
2319
{
2420
"library": "openai >= 1.26.0",
2521
"instrumentation": "opentelemetry-instrumentation-openai-v2",

scripts/generate_instrumentation_bootstrap.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,10 @@
7272
# development. This filter will get removed once it is further along in its
7373
# development lifecycle and ready to be included by default.
7474
"opentelemetry-instrumentation-weaviate",
75+
# OpenAI Agents instrumentation is currently excluded because it is still in early
76+
# development. This filter will get removed once it is further along in its
77+
# development lifecycle and ready to be included by default.
78+
"opentelemetry-instrumentation-openai-agents",
7579
]
7680

7781
# Static version specifiers for instrumentations that are released independently

0 commit comments

Comments
 (0)