Replies: 1 comment
-
I assume this isn't actually reachable in the same way you can't directly reach an individual lambda instance, but rather have to go through ELB or something. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I instrumented a nodejs Lambda by following the instructions at https://aws-otel.github.io/docs/getting-started/lambda/lambda-js#enable-auto-instrumentation-for-your-lambda-function. In my AWS CloudWatch log for this Lambda, I see:
What do I need to do to harden the Lambda auto-instrumentation for use in a production application? Is OpenTelemetry truly listening to endpoints that are reachable from the Internet, or is it locked down so that only CloudWatch can talk to it?
Beta Was this translation helpful? Give feedback.
All reactions