Adrian Cole
Adrian Cole
if I remember correctly appdash's UI has some hints based on the annotations inside the span. Ex if it is a DB or RPC. If we do some duck typing,...
@taoyuanyuan before I start, I have a question. Currently, mosn is using go 1.14 which is very long since unsupported. I'm concerned that newer dependencies aren't really made to work...
@taoyuanyuan @antJack PS right now mosn is working with a new http wasm middleware system we're writing, despite trailers not being supported yet. here are some notes if you are...
status update: api and pkg are now up to latest versions, but I need to update the pkg with the trailer apis before versions should be cut there. afterwards we...
_From @mansu on November 22, 2016 6:28_ @adriancole We used the open source spark job to get a dependency graph and visualized it with vizceral. It was a very good...
_From @devinsba on November 22, 2016 15:22_ I'm very interested in this. I was hoping to be able to do some of this using SQS/SNS/Kinesis for reading the data in...
_From @tramchamploo on December 26, 2016 7:36_ Working on integration between vizceral and zipkin. I've added a new api like /vizceral which simply query all traces in the last few...
the code @tramchamploo mentions that limits the result count in elasticsearch to 1024 is here https://github.com/openzipkin/zipkin/blob/master/zipkin-storage/elasticsearch/src/main/java/zipkin/storage/elasticsearch/ElasticsearchSpanStore.java#L140
_From @mansu on December 26, 2016 10:42_ /cc @naoman
_From @hvandenb on February 6, 2017 15:39_ Anyone work on this integration and made it available? There is an example project that shows how this was done with Hystrix. https://github.com/OskarKjellin/vizceral-hystrix