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
When using a meter filter to transform a meter ID, the transformation should only apply once.
Actual Behaviour
The transformation is applied once per registry. For example if you have a meter filter to apply a prefix to your meter ID and you have two registries, then the prefix is applied two times. For example the following code:
Expected Behavior
When using a meter filter to transform a meter ID, the transformation should only apply once.
Actual Behaviour
The transformation is applied once per registry. For example if you have a meter filter to apply a prefix to your meter ID and you have two registries, then the prefix is applied two times. For example the following code:
When you use two registries the filter is applied twice. This results in
prefix.prefix.${meterID}
.The logic was changed in this commit: 2a1a7b8
Steps To Reproduce
Environment Information
No response
Example Application
No response
Version
4.1.1
The text was updated successfully, but these errors were encountered: