Start supporting langchain instrumentation (#3600)

* Added base files for the project

* Added fix for generate and pre-commit

* Added package.py

* tox generate changes to auto-generated files

* tox ruff reformatted file

* removed python 3.8 from classifiers

* addressed comments

* addressed aabmass's comments
This commit is contained in:
wrisa
2025-07-25 11:41:27 -07:00
committed by GitHub
parent bca482609b
commit 80d5ba1f40
14 changed files with 701 additions and 10 deletions

View File

@ -64,6 +64,10 @@ packages_to_exclude = [
# development. This filter will get removed once it is further along in its
# development lifecycle and ready to be included by default.
"opentelemetry-instrumentation-google-genai",
# Langchain instrumentation is currently excluded because it is still in early
# development. This filter will get removed once it is further along in its
# development lifecycle and ready to be included by default.
"opentelemetry-instrumentation-langchain",
]
# Static version specifiers for instrumentations that are released independently