Brian L. Troutwine
Brian L. Troutwine
The graphite source by default will listen on TCP, port 2004 for plaintext protocol. Apparently, this should be 2003, not 2004 which is the pickle port. This change should be...
Cernan could be a pretty decent syslog. But! We've to date assumed that you'll pipe logs in by dropping them on disk first. Maybe we oughtn't.
As of now all sources must be written in Rust. This is a significant limitation for operation teams. While it is possible to write filters in lua there's no such...
As of now all sinks must be written in Rust. This is a significant limitation for operation teams. While it is possible to write filters in lua there's no such...
Per @dvdklnr it would be tremendously useful if cernan could pull files from s3 and treat them as a log source. This requires a little research but should be doable...
Per conversation with @doubleyou, it would be very useful to have an administration sub-command to let operators quickly see what the status of cernan is. Useful information: * what are...
PropEr's quick-start instructions in the project README do not: - detail integrating with rebar or old-style project makefile, - show running a property test suite as opposed to single property...
I have a BSON encoder/decoder that I've tested with PropEr, specifically by creating a bunch of `bson:document()`s and asserting that `bson:decode/1` composed with `bson:encode/1` is the identity function. See [here](https://github.com/blt/bson/blob/master/test/bson_SUITE.erl#L24)....
The use of TLS connectors with tower-grpc seems to be a common sticking point for this library, see #59 and @ian-p-cooke's example https://github.com/ian-p-cooke/tower-grpc-tls-client-auth-example given in these issues though I've quite...
The cernan use-case for lua is one that does not use readline. On systems that attempt to statically linked cernan against MUSL libc the readline dependency breaks the build on...