spigo icon indicating copy to clipboard operation
spigo copied to clipboard

Simulate Protocol Interactions in Go

Results 43 spigo issues
Sort by recently updated
recently updated
newest added

Without `-c`: ``` $ ./spigo -a lamp 2018/12/03 19:57:37 Loading architecture from json_arch/lamp_arch.json 2018/12/03 19:57:37 Architecture: lamp Simple LAMP stack 2018/12/03 19:57:37 architecture: scaling to 100% 2018/12/03 19:57:37 Starting: {rds-mysql...

Is there some ways to config or inject some faults( like latency added ) to some service? It's quite important to simulate the cluster running situation.

Currently there is a single victim listed in an arch file which is killed half way through a run. This hack needs to be extended to a list of victim...

enhancement

is it possible to generate new timestamps so I can quickly check the traces in Zipkin? without having to find out the date for each timestamp?

Hello Adrian, Hello folks, I have compiled spigo on Windows and was looking at the CSV reports. The command I am trying specifically to generate flow files is e.g. `./spigo.exe...

bug

Looks like go-kit/kit changed and I am getting errors when starting spigo? ``` go run spigo.go # github.com/adrianco/spigo/tooling/collect tooling/collect/collect.go:32: too many arguments in call to "github.com/go-kit/kit/metrics/expvar".NewHistogram tooling/collect/collect.go:48: cannot use int64(maxHistObservable)...

Netflix just released [Vizceral](http://techblog.netflix.com/2016/08/vizceral-open-source.html) which provides a visualization framework for graph data. Additionally, it show the flow data. Possible opportunities: - Visualize the architecture - Simulation flows - Chaos Monkey...

Recent versions of zipkin accept json encoding in kafka messages. I wonder if we can add a feature to write directly to kafka while flow'ing. https://github.com/adrianco/spigo/blob/master/tooling/flow/flow.go One option could be...

Looking at the flow data from cassandra, I noticed a mismatch on bookend annotations. For example, something is logging ["cs", "sr"] on a root span. This is a bit odd,...

Need the following: - Improve the NEO4JURL piece to have actual url format - Set password to the default neo4j password when not provided - Write up the document to...