Skip to content

Commit

Permalink
Update APM notes in CHANGELOG (DataDog#3933)
Browse files Browse the repository at this point in the history
  • Loading branch information
gbbr authored and olivielpeau committed Jul 26, 2019
1 parent bcd8095 commit 1e2200b
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 17 deletions.
26 changes: 14 additions & 12 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ Release on: 2019-07-24
Upgrade Notes
-------------

- APM: Services are no longer aggreagated in the agent, nor written to the Datadog API.
Instead, they are now automatically extracted on the backend based on the received
traces.

- The ``port`` option in the NTP check configuration is now parsed as an integer instead of a string.


Expand Down Expand Up @@ -71,6 +67,10 @@ Enhancement Notes

- APM: reduce memory usage in high traffic by up to 10x.

- APM: Services are no longer aggreagated in the agent, nor written to the Datadog API.
Instead, they are now automatically extracted on the backend based on the received
traces.

- APM: The default interval at which the agent watches its resource usage has
been reduced from 20s to 10s.

Expand Down Expand Up @@ -225,14 +225,8 @@ Upgrade Notes

- APM: Log throttling is now automatically enabled by default when
`log_level` differs from `debug`. A maximum of no more than 10 error
messages every 10 seconds will be displayed.

- APM: the writer will now flush based on an estimated number of bytes
in accumulated buffer size, as opposed to a maximum number of spans.

- APM: traces are not dropped anymore because or rate limiting due to
performance issues. Instead, the trace is kept in a queue awaiting to
be processed.
messages every 10 seconds will be displayed. If you had it enabled before,
it can now be removed from the config file.

- On Windows, the path of the embedded ``python.exe`` binary has changed from
``%ProgramFiles%\Datadog\Datadog Agent\embedded\python.exe`` to ``%ProgramFiles%\Datadog\Datadog Agent\embedded2\python.exe``.
Expand Down Expand Up @@ -269,6 +263,14 @@ New Features
Enhancement Notes
-----------------

- APM: the writer will now flush based on an estimated number of bytes
in accumulated buffer size, as opposed to a maximum number of spans,
resulting in better traffic and payload size management.

- APM: traces are not dropped anymore because or rate limiting due to
performance issues. Instead, the trace is kept in a queue awaiting to
be processed.

- Logs docker container ID when parse invalid docker log in DEBUG level.

- Set the User-Agent string to include the agent name and version string.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ upgrade:
- |
APM: Log throttling is now automatically enabled by default when
`log_level` differs from `debug`. A maximum of no more than 10 error
messages every 10 seconds will be displayed.
messages every 10 seconds will be displayed. If you had it enabled before,
it can now be removed from the config file.
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@
#
# Each section note must be formatted as reStructuredText.
---
upgrade:
enhancements:
- |
APM: the writer will now flush based on an estimated number of bytes
in accumulated buffer size, as opposed to a maximum number of spans.
in accumulated buffer size, as opposed to a maximum number of spans,
resulting in better traffic and payload size management.
deprecations:
- |
APM: the yaml setting `apm_config.trace_writer.max_spans_per_payload`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
# Each section note must be formatted as reStructuredText.
---
upgrade:
enhancements:
- |
APM: traces are not dropped anymore because or rate limiting due to
performance issues. Instead, the trace is kept in a queue awaiting to
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
# Each section note must be formatted as reStructuredText.
---
upgrade:
enhancements:
- |
APM: Services are no longer aggreagated in the agent, nor written to the Datadog API.
Instead, they are now automatically extracted on the backend based on the received
Expand Down

0 comments on commit 1e2200b

Please sign in to comment.