Ddapm-test-agent

Latest version: v1.21.1

Safety actively analyzes 723650 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 7

1.12.0

New Features

Adds plain/text content-type for responses after request forwarding.

1.11.0

New Features

- Checks have been changed to opt-in. This allows adding new checks before all languages have implemented the feature.
- Adds two new Trace Checks for service naming and peer service. <span class="title-ref">trace_dd_service</span> check ensures that handled traces have a correctly configured service name according to the trace's Span Attribute Schema Version. <span class="title-ref">trace_peer_service</span> ensures the that the correct <span class="title-ref">peer.service</span> value is set for spans according to the supplied span precursors.
- Adds new endpoints to the Test-Agent API: <span class="title-ref">/test/trace_check/failures</span>, <span class="title-ref">/test/trace_check/clear</span>, and <span class="title-ref">/test/trace_check/summary</span>. These endpoints allow users to retrieve trace check failures, clear trace check failures, and get trace check summary results respectively.
- Remote config requests are now returned via `/test/session/requests`.

Upgrade Notes

- Checks have been changed to opt-in. In order to maintain current functionality users should update either their command or their environment. <span class="title-ref">ENABLED_CHECKS=trace_count_header,meta_tracer_version_header,trace_content_length</span> or <span class="title-ref">--enabled-checks=trace_count_header,meta_tracer_version_header,trace_content_length</span>

Deprecation Notes

- <span class="title-ref">DISABLED_CHECKS</span> and <span class="title-ref">--disabled-checks</span> have been removed in favor of making checks opt-in.

1.10.1

Bug Fixes

- Fix message length for remote config requests.

1.10.0

New Features

- Adds middleware to forward all received requests to the Agent URL, if set. Requests are only forwarded for the <span class="title-ref">/traces</span>, <span class="title-ref">/stats</span>, and <span class="title-ref">/telemetry</span> paths.
- This change adds a new feature that allows desired attributes to be removed from spans in snapshots. By default, no attributes will be removed. The attributes to be removed can be set through the optional environment variable <span class="title-ref">SNAPSHOT_REMOVED_ATTRS</span>, or with the optional query parameter <span class="title-ref">?removes</span>.
- Adds a feature to disable Test-Agent Failure \<Response 400\> using the `DISABLE_ERROR_RESPONSES` env variable or `--disable-error-responses` command line option. Adds a feature to pool Test-Agent Trace Check Failures in-memory using the `DD_POOL_TRACE_CHECK_FAILURES` env variable or `--pool-trace-check-failures` option. These failures can then be queried by the `/test/trace_check/failures` GET endpoint, which returns a \<Response 200\> if no failures occurred or \<Response 400\> with the Check Trace Failure messages in the response body if they exist.
- Add new pipeline stats endpoint for data streams monitoring.

1.9.0

New Features

- This change adds support for an optional trace JSON decoder that will attempt to parse a trace, even if the trace is partially misconformed, such as one having port numbers within the meta field, which would previously throw an error. Additionally, the change also adds a default parser of json.loads, which was originally used. The new parser can be used by specifying the <span class="title-ref">DD_SUPPRESS_TRACE_PARSE_ERRORS</span> env variable or by setting the flag <span class="title-ref">--suppress-trace-parse-errors</span>.
- Add session token to Remote Config endpoint.
- This change adds support for disabling / enabling proxying for a trace by sending the X-Datadog-Agent-Proxy-Disabled with a boolean value within a trace's headers. By default, proxying is enabled if the Test-Agent has an agent_url set.
- Improves APM Test-Agent debugging by improving Assertion error messages when verifying decoded traces. Also adds debug logging for the received request and request headers.
- This change improves APM Test Agent proxying in a few ways. Proxying is now done first when a trace is received, instead of waiting for Test Agent checks to complete. This means that a failing check will no longer prevent the trace(s) being proxied to the final destination. Additionally, proxying now has better handling of response types including byte, json and text/html responses.

1.8.0

New Features

- Add Remote Config endpoint (`/v0.7/config`) and endpoints to create/update Remote Config payloads (\`<span class="title-ref">/test/session/responses/config</span>)
- Use Python 3.11 in the Docker image.

Bug Fixes

- Fix case sensitive headers for trace checks.

Page 3 of 7

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.