Victor Ivanov
Victor Ivanov
Hey @nntarasov, Just want to say thank you for building this script! Haven't used it yet, and maybe I even won't use it, but it's something I was looking for...
**Is your feature request related to a problem? Please describe.** Currently we are stuck with 1.22.6 version of https://github.com/newrelic/elixir_agent because in its later versions it somehow started tracking time for...
Given that it is adviced to keep scrapping interval equal to or less than 2 minutes (more details here https://stackoverflow.com/questions/70124042/prometheus-scrape-interval-1d/70129957) is there a way to add caching to the results...
Use case: stream logs from JS frontend to PaperTrail code is _very_ simple ```elixir def handle_in("log", payload, socket) do module = "subscription-" Integer.to_string(socket.assigns.subs_id) payload = case String.Chars.impl_for(payload) do nil ->...
Going from `elixir 1.8.1-otp-21` to `elixir 1.10.2` and from Delivery to Mix releases caused ANSI color codes to appear in data sent to PaperTrail. PaperTrail don't show these colors, but...
PaperTrail supports 3 types of endpoints: * plaintext UDP * plaintext TCP * TCP with TLS encryption This project supports only plaintext UDP. It would be nice to have 2...
I've updated nchan from > `nchan` built from source, commit sha `d65a5c3` to latest 1.2.6. While we had some issues with nginx worker crashing in the past, it's been quite...
Got an assert with `nchan version: 1.2.1` Assertion line: ``` ker process: /build/nginx/debian/modules/nchan/src/util/nchan_output.c:420: msgtag_to_strptr: Assertion `id->tagactive != i' failed. ``` Lots of ``` 2018/09/12 18:41:07 [error] 30072#30072: MEMSTORE:03: multimsg 0000000002F76660...
Every time I do `sudo service nginx reload` I end up with subscribers stuck in a *frozen* channel: they don't receive new events, but the connection is not not broken....
We use nchan for chat during online events we run. After every event we call `DELETE` for all open channels and we redirect viewers to `event closed ` page. Yet...