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 e91cf4f
Showing 1 changed file with 2 additions and 0 deletions.
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 e91cf4f

Please sign in to comment.