Adrian Cockcroft

Results 43 comments of Adrian Cockcroft

Changing the current D3 UI code, we would need to look at the timestamps in the graph entries for nodes, edges etc. make sure they are sorted or deal with...

Helpful response from Peter Bourgon copied from email: "Nice! If you were so inclined, implementing TCPPublisher[0] would allow Spigo to be treated the same as a regular probe, and its...

Started work on adding IP metadata using Eureka to maintain it and Archaius to configure it.

First step, just added code to generate IP addresses, each zone has its own /16 network using AWS ranges. Currently only generated when writing metadata to record each node, but...

I'm using the AWS console, screenshot attached ![screen shot 2015-05-19 at 1 31 09 pm](https://cloud.githubusercontent.com/assets/111700/7711969/6fed8e90-fe2b-11e4-94cb-4b5391efb640.png)

Thanks Dan, that makes sense.

Flow records are now stored for every step and traces are logged to json_metrics/_flow.json but currently as raw maps. Since the chaosmonkey deletes nodes, if it deletes a node that...

Thanks Mackensie, much appreciated. I'll let Kurtis figure out how to incorporate this advice.

Added Context struct made up of two uint32, Request and Span. Decided that for the simulation 64bit wasn't needed. Easy to change implementation. Currently use an incrementing counter for Span...

Need to change terminology Request to Trace Zipkin thrift format https://github.com/openzipkin/zipkin/blob/master/zipkin-thrift/src/main/thrift/com/twitter/zipkin/zipkinCore.thrift Phosphor https://github.com/mattheath/phosphor/blob/master/domain/domain.go Zipkin in go https://github.com/go-kit/kit/tree/master/tracing/zipkin I've implemented the trace propagation and collection, but don't yet have attributes being...