We are running into an issue when trying to submit Histogram metrics from our AWS Lambda function using the dogstatsd-csharp-client. The metrics fail to parse, and we see the following error in our CloudWatch logs:
DD_EXTENSION | ERROR | Failed to parse metric lambda.process_time:359|h|#application:Lambda: parse failure: Invalid metric format
DogStatsD Client Version: 8.0.0
Datadog Lambda Extension Version: 67 github.com/DataDog/datadog-lambda-extension/releases/tag/v67
Are there any specific requirements or restrictions for submitting Histogram metrics using the dogstatsd-csharp-client?
Is this a known issue with the Lambda Extension v67 or the DogStatsD client?
We are running into an issue when trying to submit Histogram metrics from our AWS Lambda function using the dogstatsd-csharp-client. The metrics fail to parse, and we see the following error in our CloudWatch logs:
DD_EXTENSION | ERROR | Failed to parse metric lambda.process_time:359|h|#application:Lambda: parse failure: Invalid metric format
DogStatsD Client Version: 8.0.0
Datadog Lambda Extension Version: 67 github.com/DataDog/datadog-lambda-extension/releases/tag/v67
Are there any specific requirements or restrictions for submitting Histogram metrics using the dogstatsd-csharp-client?
Is this a known issue with the Lambda Extension v67 or the DogStatsD client?