Skip to content

Commit

Permalink
Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kevingosse committed Oct 29, 2024
1 parent 407ffce commit 78f98fd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
7 changes: 7 additions & 0 deletions releasenotes/notes/Settings-endpoint-928ae5b6e8ddc625.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
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 }
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
features:
- |
--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.

0 comments on commit 78f98fd

Please sign in to comment.