mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-08-02 11:31:52 +08:00
Add AWS X-Ray Ids Generator Entry Point (#201)
This commit is contained in:

committed by
GitHub

parent
4b9422ec12
commit
9334eef7b7
@ -2,6 +2,8 @@
|
||||
|
||||
## Unreleased
|
||||
|
||||
- Add AWS X-Ray Ids Generator Entry Point
|
||||
([#201](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/201))
|
||||
- Fix typo for installing OTel SDK in docs
|
||||
([#200](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/200))
|
||||
- Import missing components for docs
|
||||
|
@ -44,6 +44,8 @@ install_requires =
|
||||
[options.entry_points]
|
||||
opentelemetry_propagator =
|
||||
aws_xray = opentelemetry.sdk.extension.aws.trace.propagation.aws_xray_format:AwsXRayFormat
|
||||
opentelemetry_ids_generator =
|
||||
aws_xray = opentelemetry.sdk.extension.aws.trace.aws_xray_ids_generator:AwsXRayIdsGenerator
|
||||
|
||||
[options.extras_require]
|
||||
test =
|
||||
|
Reference in New Issue
Block a user