Andreas Schultz
Andreas Schultz
/bin/mkdir -p ../priv g++ -o ../priv/zmq_drv.so zmq_drv.cpp -Wall -m64 -g -O3 -DNDEBUG -g -O2 -Werror -I/usr/lib/erlang/usr/include -I/usr/lib/erlang/lib/erl_interface-3.7.4/include -I/include -shared -fPIC -L/lib -lzmq -Wl,-R/lib -lpthread zmq_drv.cpp: In destructor ‘zmq_drv_t::~zmq_drv_t()’: zmq_drv.cpp:69:46: error:...
This is needed for output on GitHub Actions to correctly show up on coveralls. might also fix #34.
I'm not totally sure whether this is a bug in cowboy_telemetry or in the way the telemetry events are use by opentelemetry_cowboy. `telemetry:execute` seems to have the assumption the all...
Setting up the cowboy stream handler like this: ```Erlang #{metrics_callback => fun prometheus_cowboy2_instrumenter:observe/1, stream_handlers => [cowboy_telemetry_h, cowboy_metrics_h, cowboy_stream_h] ``` leads to a crash: ```Erlang 2024-03-25T12:25:21.637585+01:00 telemetry:execute/3 : error: Handler opentelemetry_cowboy_handlers...
v3 rewrite of eradius, major changes: * clients and servers are now started and configured through APIs, not app env settings any more * IPv6 support * supports multiple server...
**Describe the bug** When using the cowboy_telemetry_h and cowboy_metrics_h handler together, the metrics cb fails with: ``` 2024-03-25T12:25:21.637585+01:00 telemetry:execute/3 : error: Handler opentelemetry_cowboy_handlers has failed and has been detached. Class=error...
#28 through #57 added support and tests for side by side links. However, it did not add a test for side by side link with images as links as are...
Linux SCTP ioctl argument length checking is not forward compatible with newer kernel headers. The length of the SCTP ioctl argument is based on the size of some SCTP structs....
**Describe the bug** Log messages with `domain` metadata that is not `[otp,sasl]` or `[otp]` are being dropped by cth_log_redirect and will not show up in the ct log. This resembles...