You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`format_param/1` was not working correctly for nested fields. Each field
was being prefixed with MetricData.member but the inner fields were not
getting their specific prefixes. This caused dimensions to not be sent
correctly.
This fixes#1
Metric data is all prefixed with
MetricData.member
correctly but dimensions are getting jammed together instead of being prefixed appropriately.This is the request params that are output from
put_metric_data/2
These are the expected params from the docs
So the dimensions need to be split between name and value and need their own prefix of
Dimensions.member.Name
andDimensions.member.Value
The text was updated successfully, but these errors were encountered: