Nathan Loika
Nathan Loika
Has there been any progress on this @bkabrda? It would be great to not need additional steps in our CI to deploy Datadog.
I hit this today as well and had to use @ladislas workaround. Are there plans to get these features pulled into mbed-tools?
@P403n1x87 We’ve been seeing Seg faults with python 3.11 and ddtrace frequently with our Django application. Took about a week of configuration testing to determine it was the profiler. Since...
I just tried the `WRAPT_DISABLE_EXTENSIONS` setting in my environment and still saw segmentation faults (~30min intervals). I'm on K8s (Microk8s, Ubuntu 22.04.1, Linux 5.15.0-58-generic) with a Python Django workload running...
Yep, using the `stop` parameter to create smaller chunks in sequence has been our workaround. I can't say we've investigated the resulting state of the bucket, I'll report back. The...
I found an example of this behavior, I think. I'm trying to implement some "custom tests" for specific migrations, while using the async test runner like so: ```python async def...
An example for how to do this with HTML would be great!
@cinchy-m Any change you could provide a more complete example? Right now I have something like this but it's not rendering the multiple docs. ```html Scalar API Reference // see...
This would be a wonderful addition!
I'm also seeing this when using auto instrumentation with FastAPI. My application seems unable to reconnect to the local gRPC sink as described by @rmelick-muon.