bioyino icon indicating copy to clipboard operation
bioyino copied to clipboard

High performance and high-precision multithreaded StatsD server

Results 20 bioyino issues
Sort by recently updated
recently updated
newest added

Hello. When creating a certain metric through "Counting", it showed strange values. Sometimes sending 0 counts as 1. Tests: 0: 50 times + 1: 50 times => 50 0: 50...

Now i use Dokcer. Can you advise or share your experience. Should I use it in Docker or is it better native? Сan you tell me if it's worth using...

### Description In case of send some gauge metric more than 200 times per server stats interval / discrete period, count of sends replaces actual value. ### Example: Send `path:2|g`...

https://docs.google.com/spreadsheets/d/1CNpA7qG3wuK06-NmtMcrh9JOdAbgFzcBPt7CYyOU6TA/edit?usp=sharing

Hello. I receive error: ``` note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace thread 'bioyino_raft' panicked at 'no entry found for key', /usr/local/cargo/git/checkouts/raft-tokio-77bb75eade836e87/212ec9b/src/tcp.rs:177:37 ``` When I have the...

question

Hi! Our bioyino cluster consumes a lot of resources from each host. Probably, the cluster node will run out of resources soon. Are there any plans to shard the collected...

We have an issue with metric of gauge type. We expect behavior as described at [statsd server's documentation](https://github.com/statsd/statsd/blob/master/docs/metric_types.md#gauges) > If the gauge is not updated at the next flush, it...

Hello. Tell me please, is there any Healthcheck to understand whether the Bioyino cluster node is working? I want to use Keepalived or HaProxy for balancing. If not, I will...

Now for testing I send 100 packets every 5 seconds. Each packet sends the value 10000 => we get about 600 That is, the service does not count the value,...

Configured the agent in front of the Bioyino cluster. By specifying cluster servers (3 nodes) "List of nodes to replicate metrics to" nodes = ['server1_VIP1:8136', 'server2_VIP1:8136', 'server3_VIP1:8136'] Each Node has...