Munir Abdinur
Munir Abdinur
## Description In an instrumented flask application ddtrace does not include spans generated by a streamed response in the root `flask.request` span. Currently the `flask.request` span terminates before the first...
### Which version of dd-trace-py are you using? ~~0.53.0~~ 0.58.0 ### Which version of pip are you using? 21.3.1 ### Which version of the libraries are you using? django ==...
## Description Enables telemetry collection when an application is run with `ddtrace-run`. ## Checklist - [x] Title must conform to [conventional commit](https://github.com/conventional-changelog/commitlint/tree/master/%40commitlint/config-conventional). - [x] Add additional sections for `feat` and...
Blocked on riot feature request. Riot will need to support installing dependencies with the --no-binary option ## Checklist - [ ] Added to the correct milestone. - [ ] Tests...
[R&D days] Generate a tracer flare with logs and tracer configurations using `kill -SIGUSR2 `. Features: - Defines signal hanlder to dump ddtrace configurations and log files to local tar...
## Description app-started, app-closed, and app-heartbeat telemetry events should not be sent in a child processes. To avoid sending these events in child processes `forksafe.register(TelemetryWriter._fork_writer)` needs to be called as...
## Description Adds utils for generating DBM comments ## Checklist - [ ] Title must conform to [conventional commit](https://github.com/conventional-changelog/commitlint/tree/master/%40commitlint/config-conventional). - [ ] Add additional sections for `feat` and `fix` pull...
## Description - Blocked by: https://github.com/DataDog/dd-trace-py/pull/4303 - Use ddtrace wsgi middleware to trace flask applications. This ensures flask responses are traced and it's duration is captured in the flask.request span....
## Description ## Checklist - [ ] Title must conform to [conventional commit](https://github.com/conventional-changelog/commitlint/tree/master/%40commitlint/config-conventional). - [ ] Add additional sections for `feat` and `fix` pull requests. - [ ] Ensure tests...
## Commit Message {{title}} ## Checklist - [ ] Added to the correct milestone. - [ ] Tests provided or description of manual testing performed is included in the code...