Replies: 1 comment 4 replies
-
Checking it now. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey,
we have been trying to send custom metrics with lambda powertools to datadog for a few days. While enhanced metrics were sent and received on Datadog, custom metrics did not show up.
After some debugging we found something peculiar in the DatadogProvider and would like to know if there is a reason behind the code and whether there are certain settings to be set to make it work.
Concretely, here
powertools-lambda-python/aws_lambda_powertools/metrics/provider/datadog/datadog.py
Line 117 in 85666bb
Running this on our end did not succeed in sending / receiving custom metrics. Creating a custom Provider which does not override the timestamp however, allowed it to succeed.
Are there some settings we are missing to be able to use the Thread Stats Writer or is this an unwanted behavior?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions