Remove opentelemetry-instrumentation (#595)

Fixes #592
This commit is contained in:
Diego Hurtado
2021-07-19 10:19:48 -06:00
committed by GitHub
parent 08daa9d194
commit 278149553b
31 changed files with 17 additions and 1812 deletions

View File

@ -53,6 +53,7 @@ default_instrumentations = []
gen_path = os.path.join(
root_path,
"opentelemetry-python-core",
"opentelemetry-instrumentation",
"src",
"opentelemetry",
@ -98,7 +99,7 @@ def main():
"scripts/eachdist.py",
"format",
"--path",
"opentelemetry-instrumentation",
"opentelemetry-python-core/opentelemetry-instrumentation",
],
check=True,
)