Integrating Generative AI into Elixir-based applications by using the Jido agentic framework

Instrumenting HTTP server by making requests without curl

https://ievgenpyrogov.com/requests-without-curl/

Tracing execution of entire HTTP requests in Elixir can be tricky because of the inherent nature of the short-lived processes handling them. Is there a way to simulate the HTTP request, while allowing room for the set up any instrumentation?

In this blog post I show how to do it without modifying application code.