Skip to content

1.20.0

Latest
Compare
Choose a tag to compare
@kevingosse kevingosse released this 29 Oct 17:29
· 3 commits to master since this release
eb78b47

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.