Julien Fabre
Julien Fabre
We are currently using a global function registry. While working in most of the cases, a single registry creates issues when different module are registering a function with the same...
We are adding Lambda support using the Invoke API. Another way to invoke lambdas are to go through the Function URL (see: https://docs.aws.amazon.com/lambda/latest/dg/urls-invocation.html).
We need to be able to follow the execution of an entire graph of functions. Propagating a trace ID generated by the SDK through the first DispatchRequest is one way...
Similar to the FastAPI integration, we want to implement a native integration with Django.
Along with #89 we want to offer the ability to schedule tasks via a Cron API. We will have to define where to pass the scheduling configuration. Either during the...
### What is the version? 3.3.9-3.6.1-ubuntu22.04 ### What happened? Hi there, We are deploying the exporter version 3.3.9-3.6.1-ubuntu22.04 on in Docker on ECS. The task is configured with CAP_SYS_ADMIN, PID...