would love to have something like that that integrates with existing dashboard tools (like Kibana)
My plan is to make something that is extensible (via subscribing to streams), so i think that should be possible. I already found that the hystrix metrics granularity is not good enough for us so I’m thinking of other visualizations too. But the hystrix dashboard is a start 🙂
One thing I would really like is to have a visualisation of latent requests. This visualisation should be able to tell what caused a timeout for instance. This visualisation could be a timeline of calls to nested services
have you seen the latest Zach talk at strange loop?
not sure
i don’t think so
I think they did the same at Fitbit by having an explicit state machine (passport) passed through the code
sounds interesting
is it on youtube already?
yeah
cool, i’ll have a look
Had a quick glance through it. It has definitely overlap 🙂
@jeroenvandijk: I think we're doing something similar. basically all http requests are tagged, recursively, which we can then use for debugging
so when we know, say, a video upload failed, we can immediately get all the logs related to that initial upload request