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 9bf7c48 commit 564e74f
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))
- Fix typo for installing OTel SDK in docs
([#200](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/200))
- Import missing components for docs
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 564e74f

Please sign in to comment.