Sergey Noskov
Sergey Noskov
I license past and future contributions under the dual MIT/Apache-2.0 license, allowing licensees to chose either at their option
Hi. I think, this library also deserves a look https://github.com/qnighy/yasna.rs. Perfect case would be writing ASN.1 serializer/deserializer module for rustc_serialize/serde and implementing pkix data in rust structures after that.
Hi. We've never run bio in Kubernetes. I don't see any red flags against it though. But it depends no the configuration you want to run it with. Should be...
You can either tune [buffer flush interval](https://github.com/avito-tech/bioyino/blob/master/config.toml#L103) or [turn multimessage mode off completely ](https://github.com/avito-tech/bioyino/blob/master/config.toml#L84) to process each packet if your amount of metrics is not too big.
Hi. 1. Yes. It pre-aggregates metrics for a short period and replicates them as snapshots to all nodes specified in config using an internal binary protocol. For cluster, obviously, it...
Default value means to loose each snapshot. If you have ehough memory, it's usually better to have all the snapshots for the whole aggregation interval. The bigger value is totally...
Could you please explain, what do you mean here? I'm not sure I understand.
Such option already exists: https://github.com/avito-tech/bioyino/blob/master/config.toml#L19
What you are asking here can be done by using https://github.com/grobian/carbon-c-relay. As of now we also use it for routing metrics between carbon backends and also for some regexp-based filtering/renaming....
This metric shows the queue length for tasks performed at [slow threads](https://github.com/avito-tech/bioyino/blob/v0.8.0/doc/threading.md). As slow threads can be of heavy calculations, 1 is most probably not the issue you should worry...