John Belmonte
John Belmonte
has anyone yet measured how many connections a pushprox process can handle? same for a typical load balancer like GLB which may be put in front of multiple pushprox instances--...
I'm currently using node_exporter and have this issue, so raising it here as well. Metrics like `unit_state` are quite costly due to cardinality. In my case with node_exporter it's consuming...
the chart values should support a global relabel config for ingested metrics, similar to the `scrape` variable (generating a configMap, etc.) https://docs.victoriametrics.com/#relabeling currently we're using `--relabelConfig` and a separately deployed...
using the newly minted `bench/connection.py` with some tweaks: ``` $ pip install wsproto==0.14.1 wsaccel $ python bench/connection.py 4.636s elapsed, 93usec per iteration $ pip install wsproto==1.0.0 $ python bench/connection.py 5.192s...
When using "-i" option on a file having an existing Unicode BOM, the BOM appears to be left it place. autogen should insert the new text following the BOM. Example...
I was surprised that the channel default volume is 64. In audio designs, usually channel volume is attenuation only. So I'd expect the default to be the maximum (255). Otherwise,...
Naively, I thought that repeated calls to `Speaker.playRaw()` on the same channel with `stop_current_sound=false` would connect exactly, without a gap. But I tried it and there seems to be clicking...
Currently compose and transform functionality take the form of context managers. This is the orderly way, ensuring that derived values don't outlive the scope of their parents, and that callbacks...
Subscribe to this issue for notices of backward-incompatible changes. Occasional API changes in trio-util should be expected. The current policy is that such changes may happen within minor version increments...
wait_value(), wait_transition() and transitions() all ensure they block on changes to the current value without an intervening context switch. I.e. the last inspected value will still be in place when...