Skip to content

Commit

Permalink
Add AWS X-Ray Ids Generator Entry Point
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanielRN committed Nov 21, 2020
1 parent 1454f46 commit 9e020af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sdk-extension/opentelemetry-sdk-extension-aws/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

- Add AWS X-Ray Ids Generator Entry Point
([#201](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/201))
- Import missing components for docs
([#198](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/198))
- Provide components needed to Configure OTel SDK for Tracing with AWS X-Ray
Expand Down
2 changes: 2 additions & 0 deletions sdk-extension/opentelemetry-sdk-extension-aws/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit 9e020af

Please sign in to comment.