Nick Cabatoff
Nick Cabatoff
Thanks @zviRosenfeldRedis !
Have you tried increasing `-script-workers` from the default of 1?
I'm not sure the go benchmark format is flexible enough for what we want to measure. I'm also still figuring out just what that is. Can we repurpose/rename this issue...
I like it. Why defer the Prometheus import of this data though, i.e. why go through a text file other than as an optional extra output? I'm thinking these metrics...
No argument, but as I said in the commit message the change I made both publishes the metrics to Prometheus, and on exit it now scrapes itself and records the...
Hi @veyalla, thanks for the bug report. Looks like an upstream dependency changed and now requires a newer Go to build it. I've done the first part of the work...
Should be fixed now - at least, I've done a `vagrant destroy -f && vagrant up` and could see everything running in the Prometheus targets page, and in the Consul...
Whoops, sorry about that. I've reproduced this issue by moving aside my `packages` directory. Apparently you can't do hard links from within virtualbox on a virtualbox shared folder. I usually...
It's not clear how this should be resolved. As far as I can see, there's no way to distinguish between a broadcast of a head by us or a peer....
Here's what I had in mind to implement, what do you think? * `New` now takes an optional private key * `Head` PB gets new optional `CreatorSignature` and `BroadcasterSignature` fields...