-
Notifications
You must be signed in to change notification settings - Fork 6
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
Failed to parse metric datadog.tracer.flush_duration #488
Comments
Hi again. I wanted to check if there is a way to disable the extension logs for now or any other workaround. |
Thanks fore reporting it! |
Hi Team, We’re currently experiencing a similar issue in our AWS Lambda function (using .NET) with Histogram metrics. Here’s an example of the error we’re seeing: |
Hi,
|
Hey, this warnings should have been muted on @alexgallotta's PR in the latest v68. @alexgallotta will update further on @velikoff question soon, he currently is OOO |
TL;DR Details: It was not included in v68 since it is using dogstatsd rev which points to a branch that does not include that change DataDog/libdatadog@dbc8869 |
The fix is merged and it will be available on v69! |
Hi Team
I wanted to report an error that's being logged very frequently. We're using the latest version v67 (Next-generation Lambda Extension).
DD_EXTENSION | ERROR | Failed to parse metric datadog.tracer.flush_duration:0.785551|ms|#lang:go,lang_version:go1.23.2,env:<redacted>,_dd.origin:lambda,runtime-id:<redacted>,tracer_version:v1.70.1,service:<redacted>,env:<redacted>,service:<redacted>,version:<redacted>: parse failure: Invalid metric format
Version of dd-lambda-go: v1.20.0.
Is there anything we can do here in the short term? No error when using
DD_EXTENSION_VERSION: compatibility
.Thank you, kind regards
The text was updated successfully, but these errors were encountered: