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
I have avoided making the regex only accept characters/numbers because I want the full UTF8 character-set to be supported for international usage. That's why I've only stripped bad characters as I have found them.
If you have the time to take a look at how to improve those 2 lines of code above to fix this (and any other invalid characters you know of) I'd appreciate the help.
If a HystrixCommand-name (also GroupKey) contains a dollar sign ($) the Dashboard does not display the diagram correctly.
e.g.:
data: {"type":"HystrixCommand","name":"$DomInfo.isFreeFast" ..... }
The text was updated successfully, but these errors were encountered: