fence
fence copied to clipboard
feat(dd): initial attempt at optional configuration for Datadog's con…
…tinuous profiler
New Features
- Optional support for configuring Datadog's Continuous Profiler
Breaking Changes
Bug Fixes
Improvements
Dependency updates
Deployment changes
- uwsgi setup has new cfg to enable threads
enable-threads = true, this shouldn't effect anything negatively but this hasn't been changed in a while so thought I'd leave a breadcrumb in case
The style in this PR agrees with black. :heavy_check_mark:
This formatting comment was generated automatically by a script in uc-cdis/wool.
Pull Request Test Coverage Report for Build 11039
- 5 of 26 (19.23%) changed or added relevant lines in 2 files are covered.
- No unchanged relevant lines lost coverage.
- Overall coverage decreased (-0.2%) to 70.363%
| Changes Missing Coverage | Covered Lines | Changed/Added Lines | % |
|---|---|---|---|
| fence/config.py | 2 | 10 | 20.0% |
| fence/init.py | 3 | 16 | 18.75% |
| <!-- | Total: | 5 | 26 |
| Totals | |
|---|---|
| Change from base Build 11037: | -0.2% |
| Covered Lines: | 5978 |
| Relevant Lines: | 8496 |