mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-07-27 04:03:09 +08:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user