File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
opentelemetry-instrumentation-openai-agents/src/opentelemetry/instrumentation/openai_agents
opentelemetry-instrumentation/src/opentelemetry/instrumentation Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1616# RUN `python scripts/generate_instrumentation_bootstrap.py` TO REGENERATE.
1717
1818libraries = [
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" ,
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments