Simple express app printing odd warning #3275
-
I'm trying to port a large and opinionated framework to Typescript and OpenTelemetry, and having some trouble with "clean" runs off the examples:
But it prints this "error" which I don't understand at all:
I also don't see spans in the pino logs. Should I? |
Beta Was this translation helpful? Give feedback.
Answered by
legendecas
Oct 9, 2022
Replies: 1 comment
-
This is a problem with the awb-lambda instrumentation: https://github.com/open-telemetry/opentelemetry-js-contrib/blob/main/plugins/node/opentelemetry-instrumentation-aws-lambda/src/instrumentation.ts#L92. Created an issue to track this problem: #3304 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
djMax
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a problem with the awb-lambda instrumentation: https://github.com/open-telemetry/opentelemetry-js-contrib/blob/main/plugins/node/opentelemetry-instrumentation-aws-lambda/src/instrumentation.ts#L92.
Created an issue to track this problem: #3304