Is it possible to consume and display data from hystrix dashboards in AppMon?
Answer by Dominik S. ·
I don't think there is anything available out of the box, however Hystrix seems to be able to provide metrics via the interfaces described at https://github.com/Netflix/Hystrix/tree/master/hystrix-contrib/hystrix-metrics-event-stream and https://github.com/Netflix/Hystrix/wiki/Metrics-and-Monitoring
So it would be possible to create a small Dynatrace plugin which pulls the information from the hystrix metrics stream and provides these as metrics to the Dynatrace Server.
This would surely be something that other people will be interested in as well, myself included!
JANUARY 15, 3:00 PM GMT / 10:00 AM ET