Skip to content

Commit 9cc4495

Browse files
committed
Fixup: release notes
1 parent e80d555 commit 9cc4495

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/content/docs/release-notes/agent-release-notes/python-release-notes/python-agent-100300.mdx

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ security: []
1010

1111
## Notes
1212

13-
This release of the Python agent adds support for Valkey, configuration via TOML file, protobuf v5 for infinite tracing, attaching custom attributes and labels to log events, and some minor cleanup of HTTPX instrumentation. Http2 support was validated for [Daphne](https://pypi.org/project/daphne/), [Hypercorn](https://pypi.org/project/Hypercorn/), and [HTTPX](https://pypi.org/project/httpx/). Module information is now collected periodically which fixes a bug where the CPU usage would spike on application startup.
13+
This release of the Python agent adds support for Valkey, configuration via TOML file, protobuf v5 for infinite tracing, attaching custom attributes and labels to log events, and some minor cleanup of HTTPX instrumentation. HTTP/2 support was validated for [Daphne](https://pypi.org/project/daphne/), [Hypercorn](https://pypi.org/project/Hypercorn/), and [HTTPX](https://pypi.org/project/httpx/). Module information is now collected periodically which fixes a bug where the CPU usage would spike on application startup.
1414

1515
The Python agent now allows you to opt-in to adding your custom tags (labels) to agent-forwarded logs. With custom tags on logs, platform engineers can easily filter, search, and correlate log data for faster and more efficient troubleshooting, improved performance, and optimized resource utilization. To learn more about this feature see the [documentation](/docs/logs/logs-context/Custom-tags-agent-forwarder-logs).
1616

@@ -44,9 +44,9 @@ Install the agent using `easy_install/pip/distribute` via the [Python Package In
4444

4545
* Some minor cleanup was done of the HTTPX instrumentation.
4646

47-
* Validate HTTP2 support
47+
* Validate HTTP/2 support
4848

49-
* Added tests to ensure HTTP2 support for the following frameworks:
49+
* Added tests to ensure HTTP/2 support for the following frameworks:
5050
* [Daphne](https://pypi.org/project/daphne/)
5151
* [Hypercorn](https://pypi.org/project/Hypercorn/)
5252
* [HTTPX](https://pypi.org/project/httpx/)

0 commit comments

Comments
 (0)