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
{{ message }}
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.
This leads to a payload that includes a top-level :measure_time => <> key which is not valid for multidimensional (and fails to submit). This appears to be because we use a has_tags? check on the Queue, however the queue could legitimately not have any tags because they are added on the individual measurements. Therefore, it seems like the check must be performed on the individual measurements and not on the queue itself.
The text was updated successfully, but these errors were encountered:
Take the following code:
This leads to a payload that includes a top-level
:measure_time => <>
key which is not valid for multidimensional (and fails to submit). This appears to be because we use ahas_tags?
check on the Queue, however the queue could legitimately not have any tags because they are added on the individual measurements. Therefore, it seems like the check must be performed on the individual measurements and not on the queue itself.The text was updated successfully, but these errors were encountered: