This repository has been archived by the owner on Sep 4, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #113 from cisco-open/SDK-741-easy-migration-depend…
…ency-injection feat(easy-mig): add pants to project
- Loading branch information
Showing
28 changed files
with
868 additions
and
131 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
python_requirements( | ||
name="root", | ||
) | ||
|
||
python_requirement( | ||
name="opentelemetry api", | ||
requirements=["opentelemetry-api>=1.10.0"], | ||
modules=["opentelemetry"], | ||
) | ||
|
||
python_requirement( | ||
name="opentelemetry sdk", | ||
requirements=["opentelemetry-sdk>=1.10.0"], | ||
modules=["opentelemetry.sdk"], | ||
) | ||
|
||
python_requirement( | ||
name="opentelemetry grpc exporter", | ||
requirements=["opentelemetry-exporter-otlp-proto-grpc>=1.10.0"], | ||
modules=["opentelemetry.exporter.otlp.proto.grpc"], | ||
) | ||
|
||
python_requirement( | ||
name="opentelemetry http exporter", | ||
requirements=["opentelemetry-exporter-otlp-proto-http>=1.10.0"], | ||
modules=["opentelemetry.exporter.otlp.proto.http"], | ||
) | ||
|
||
python_requirement( | ||
name="opentelemetry instrumentation requests", | ||
requirements=["opentelemetry-instrumentation-requests>=0.29b"], | ||
modules=["opentelemetry.instrumentation.requests"], | ||
) | ||
|
||
python_requirement( | ||
name="opentelemetry instrumentation aiohttp", | ||
requirements=["opentelemetry-instrumentation-aiohttp_client>=0.29b"], | ||
modules=["opentelemetry.instrumentation.aiohttp_client"], | ||
) | ||
|
||
python_requirement( | ||
name="opentelemetry instrumentation grpc", | ||
requirements=["opentelemetry-instrumentation-grpc>=0.29b"], | ||
modules=["opentelemetry.instrumentation.grpc"], | ||
) | ||
|
||
python_requirement( | ||
name="opentelemetry instrumentation pymongo", | ||
requirements=["opentelemetry-instrumentation-pymongo>=0.29b"], | ||
modules=["opentelemetry.instrumentation.pymongo"], | ||
) | ||
|
||
python_requirement( | ||
name="opentelemetry test utils", | ||
requirements=["opentelemetry-test-utils>=0.29b"], | ||
modules=["opentelemetry.test"], | ||
) | ||
|
||
python_requirement( | ||
name="grpc", | ||
requirements=["grpcio>=1.46.3"], | ||
modules=["grpc"], | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
python_sources() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
python_sources() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
python_sources() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
python_sources() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
python_sources() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
python_sources() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
python_sources() |
Oops, something went wrong.