.NET: With OpenTelemetry.Instrumentation.AWSLambda
is the Lambda Extension required?
#1424
Unanswered
JohnYoungers
asked this question in
Q&A
Replies: 1 comment 2 replies
-
You might gain some benefit with using the collector lambda layer, but we don't have a lambda layer for .NET. Specifically, the collector can capture additional details, and allow reporting the data without blocking the lambda. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Looking at the design proposal documentation: https://github.com/open-telemetry/opentelemetry-lambda/blob/main/docs/design_proposal.md
I'm trying to determine, for a .NET lambda properly using the
OpenTelemetry.Instrumentation.AWSLambda
library, the value of adding the extension: If instead of including the layer, if I wire the exporter in my application to directly hit our target OTEL backend, am I losing any functionality?Beta Was this translation helpful? Give feedback.
All reactions