New Features
- Added a /test/settings endpoint to change the settings on the fly. It takes a json encoded list of key/values, that will be applied to the app dict. Example: { "trace_request_delay": 5 }
- --trace-request-delay now also affects telemetry requests. The delay can be set independently for each request by setting the X-Datadog-Test-Stall-Seconds header.