Arek Gil
Arek Gil
Since we're using umbrella layout, I thought it might be a good idea to move `epl_traffic` and `epl_dashboard` as a standalone applications in `apps/` directory. We could also merge `epl_st`...
As followup to #11, couple of things which in my opinion need to be considered: 1. `epl_tracer` process needs to trap exits, to handle exit messages from remote tracer process...
Currently Fennec does not sign responses with MESSAGE-INTEGRITY. TURN clients do not require messages to be signed, but if they are, MESSAGE-INTEGRITY must be checked. It's just an extra security...
In a README, things that should be mentioned: * Fennec is not a server, its server**s** * how to start servers * use cases (IoT, ..?)
Hi, @j14159, during your talk at EEF you mentioned that not all guards are implemented yet, and that it's a good opportunity for a newcomer. If it's not being tackled...
This PR allows passing room JID from all configured MUC light domains in HTTP room API routes. Previously the JID needed to be in a "primary" MUC light domain on...
The goal of this PR is to introduce metrics to the HTTP API ("backend", "frontend", whatever). It consists of two parts: * two Cowboy middleware modules responsible for recording metrics...
This PR adds telemetry span events for `Phoenix.Channel` `join/3` and `handle_in/3` callbacks. The new events help with instrumenting channels with distributed traces (e.g. via OpenTelemetry). The following new events were...
This is a tracking issue for items that need to be completed In order to make TelemetryMetricsStatsd a complete alternative to [Statix](https://github.com/lexmag/statix). The following features need to be added to...