-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[nodejs lambda layer] no metrics is exported to cloudwatch logs #836
Comments
This issue is stale because it has been open 90 days with no activity. If you want to keep this issue open, please just leave a comment below and auto-close will be canceled |
Not stale |
This issue is stale because it has been open 90 days with no activity. If you want to keep this issue open, please just leave a comment below and auto-close will be canceled |
Not stale |
This issue is stale because it has been open 90 days with no activity. If you want to keep this issue open, please just leave a comment below and auto-close will be canceled |
Not stale |
name: Bug report
about: Create a report to help us improve
title: ''[nodejs lambda layer] no metrics is exported to cloudwatch logs"
labels: bug
assignees: ''
Describe the bug
A clear and concise description of what the bug is.
I have added the adot layer in the lambda
everything else is just default
I'm able to see tracing in xray so the setup is correct
I then add the metrics collector in the source code of the lambda
I can see surrounding logs around this code so the code has bee executed.
In cloudwatch, I do not see this metric.
Steps to reproduce
If possible, provide a recipe for reproducing the error.
What did you expect to see?
A clear and concise description of what you expected to see.
In cloudwatch, I should see this metric as a log
What did you see instead?
A clear and concise description of what you saw instead.
Only surrounding logs
What version of collector/language SDK version did you use?
Version: (e.g.,
v0.58.0
,v1.11.0
, etc)latest layer
What language layer did you use?
Config: (e.g.,
Java
,Python
, etc)nodejs/typescript
Additional context
Add any other context about the problem here.
Tasks
The text was updated successfully, but these errors were encountered: