-
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
Does not work with custom metrics #847
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 |
Describe the bug
A clear and concise description of what the bug is.
Metrics is not exported.
Steps to reproduce
If possible, provide a recipe for reproducing the error.
Step 1. follow
https://aws-otel.github.io/docs/getting-started/lambda/lambda-js
All default config. metrics should be exported to log which should be visible on cloudwatch
Step 2.
Add
In my lambda
What did you expect to see?
A clear and concise description of what you expected to see.
metrics in log which should be in cloudwatch
What did you see instead?
A clear and concise description of what you saw instead.
no metrics. I can see traces in xray
What version of collector/language SDK version did you use?
Version: (e.g.,
v0.58.0
,v1.11.0
, etc)latest
What language layer did you use?
Config: (e.g.,
Java
,Python
, etc)Nodejs
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: