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
Split from #438: in the regex match type, it is possible to use $0 to reference the original metric name. Since the glob type used to be translated to regular expressions it was possible there as well, but we lost this feature with the transition to a finite state machine. We should bring it back.
The text was updated successfully, but these errors were encountered:
Split from #438: in the regex match type, it is possible to use
$0
to reference the original metric name. Since the glob type used to be translated to regular expressions it was possible there as well, but we lost this feature with the transition to a finite state machine. We should bring it back.The text was updated successfully, but these errors were encountered: