We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When calling sendDistributionMetricWithDate, some default tags are included:
sendDistributionMetricWithDate
account_id
architecture
aws_account
env
functioname
region
resource
This used to be the case up until v8.108.
Starting with v8.109, these tags are no longer included in the metrics. Tags are still included when calling sendDistrubtionMetric though.
sendDistrubtionMetric
The text was updated successfully, but these errors were encountered:
Hey @pedrovanzella,
Thanks for letting us know, we'll look to fix this as soon as possible!
Sorry, something went wrong.
This should have been fixed in the latest release , or layer 113.
113
Please feel free to re-open this issue if you have any other questions regarding this!
DylanLovesCoffee
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: