Fork me on GitHub
#aleph
<
2016-10-07
>
lmergen11:10:30

would love to have something like that that integrates with existing dashboard tools (like Kibana)

jeroenvandijk15:10:22

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 🙂

jeroenvandijk15:10:25

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

dm315:10:19

have you seen the latest Zach talk at strange loop?

jeroenvandijk15:10:33

i don’t think so

dm315:10:01

I think they did the same at Fitbit by having an explicit state machine (passport) passed through the code

jeroenvandijk15:10:21

sounds interesting

jeroenvandijk15:10:27

is it on youtube already?

jeroenvandijk15:10:40

cool, i’ll have a look

jeroenvandijk15:10:46

Had a quick glance through it. It has definitely overlap 🙂

lmergen17:10:53

@jeroenvandijk: I think we're doing something similar. basically all http requests are tagged, recursively, which we can then use for debugging

lmergen17:10:34

so when we know, say, a video upload failed, we can immediately get all the logs related to that initial upload request