AWS Distro for OpenTelemetry #665
Replies: 4 comments 1 reply
-
Hi thanks for opening this discussion, following what @heitorlessa in our public slack channel, we do consider evaluating OTel in the future, just not in the foreseeable future (e.g., GA, operational excellence, feature parity, OTel specification stability). |
Beta Was this translation helpful? Give feedback.
-
Does this mean it's GA? https://aws.amazon.com/about-aws/whats-new/2022/05/aws-distro-opentelemetry-metric-support/ |
Beta Was this translation helpful? Give feedback.
-
I'm working on [email protected] (middyjs/middy#908) and updating how X-Ray is integrated. While reviewing the X-Ray SDK docs I noticed they plan to deprecate it:
~ https://github.com/aws/aws-xray-sdk-node I was a little surprised they recommended ADOT over Powertools. For tracing, powertools is more inline with the X-Ray SDK, making it easier on my end ... but now I'm not following AWS own recommendations. Not confusing at all. Has using ADOT been discussed recently? Is the long term goal to standardize on ADOT, and have powertools simplify using it (i.e. https://aws-otel.github.io/docs/getting-started/js-sdk/trace-manual-instr#sending-traces-to-aws-x-ray is not dev friendly). Maybe plans of a staged rollout? Should the X-Ray SDK notice be updated to include powertools? Sorry for all the questions, I just want to make sure the change I make won't need to change next year. |
Beta Was this translation helpful? Give feedback.
-
Hi Will, that's no longer the case (X-Ray SDK deprecation) - we discussed
it internally last week. As noted by customers, there are performance
challenges in OTel that are currently being reviewed and no ETA atm. This
means, we won't be making any plans for moving to OTel at least in 2023.
We'll communicate with ample time if anything changes.
…On Sun, 9 Oct 2022 at 19:20, will Farrell ***@***.***> wrote:
I'm working on ***@***.*** (middyjs/middy#908
<middyjs/middy#908>) and updating how X-Ray is
integrated. While reviewing the X-Ray SDK docs I noticed they plan to
deprecate it:
AWS X-Ray recommends using AWS Distro for OpenTelemetry (ADOT) to
instrument your application instead of this X-Ray SDK due to its wider
range of features and instrumentations.
~ https://github.com/aws/aws-xray-sdk-node
I was a little surprised they recommended ADOT over Powertools. For
tracing, powertools is more inline with the X-Ray SDK, making it easier on
my end ... but now I'm not following AWS own recommendations. Not confusing
at all.
Has using ADOT been discussed recently? Is the long term goal to
standardize on ADOT, and have powertools simplify using it (i.e.
https://aws-otel.github.io/docs/getting-started/js-sdk/trace-manual-instr#sending-traces-to-aws-x-ray
is not dev friendly). Maybe plans of a staged rollout? Should the X-Ray SDK
notice be updated to include powertools?
Sorry for all the questions, I just want to make sure the change I make
won't need to change next year.
—
Reply to this email directly, view it on GitHub
<#665 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAZPQBGOIERSULEKYUXHYSLWCL5E3ANCNFSM5QZB47YQ>
.
You are receiving this because you were mentioned.Message ID:
<awslabs/aws-lambda-powertools-typescript/repo-discussions/665/comments/3834124
@github.com>
|
Beta Was this translation helpful? Give feedback.
-
Recently ran into AWS Distro for OpenTelemetry (https://aws-otel.github.io/docs/getting-started/javascript-sdk) that also does Traces, Metrics, and Logs for AWS Lambda. Curious how this relates to powertools typescript, if at all.
https://opentelemetry.io/status/
Beta Was this translation helpful? Give feedback.
All reactions