Replies: 1 comment 2 replies
-
I don't think xray is a valid exporter with the community lambda layer. You probably want to use the ADOT layer. |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm seeing the below error
failed to get config: cannot unmarshal the configuration: decoding failed due to the following error(s):\n\nerror decoding 'exporters': unknown type: \"awsxray\" for id: \"awsxray\" (valid values: [prometheusremotewrite debug otlp otlphttp])"
with exporter configuration belowBut the documentation https://opentelemetry.io/docs/platforms/faas/lambda-collector/#create-a-custom-configuration-file seems to suggest
awsxray
is a valid exporter, which is misleading?Beta Was this translation helpful? Give feedback.
All reactions