DataDog / datadog-lambda-js

The Datadog AWS Lambda Library for Node

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sendDistributionMetricWithDate no longer including tags

pedrovanzella opened this issue · comments

Expected Behavior

When calling sendDistributionMetricWithDate, some default tags are included:

  • account_id
  • architecture
  • aws_account
  • env
  • functioname
  • region
  • resource

This used to be the case up until v8.108.

Actual Behavior

Starting with v8.109, these tags are no longer included in the metrics. Tags are still included when calling sendDistrubtionMetric though.

Specifications

  • Datadog Lambda Layer version: 109
  • Node version: 18

Hey @pedrovanzella,

Thanks for letting us know, we'll look to fix this as soon as possible!