This relates to a question asked on Stack Overflow here.
In summary, with an OAuth2 secured Spring Boot app annotated with @EnableHystrixDashboard, unsecured hystrix streams can be monitored, but OAuth2 secured streams cannot. Using Netflix's standalone Hystrix Dashboard version 1.4.3 or higher, OAuth2 secured streams can be monitored by pasting the OAuth2 token into the Authorization window.
This relates to a question asked on Stack Overflow here. In summary, with an OAuth2 secured Spring Boot app annotated with @EnableHystrixDashboard, unsecured hystrix streams can be monitored, but OAuth2 secured streams cannot. Using Netflix's standalone Hystrix Dashboard version 1.4.3 or higher, OAuth2 secured streams can be monitored by pasting the OAuth2 token into the Authorization window.