Skip to content

Commit e80d555

Browse files
committed
Fixup
1 parent d0eb20e commit e80d555

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

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

+6-4
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ subject: 'Python agent'
33
releaseDate: '2024-11-18'
44
version: 10.3.0
55
downloadLink: 'https://pypi.python.org/pypi/newrelic'
6-
features: ['Add Valkey support', 'Add TOML configuration file support', 'Add protobuf v5 support for infinite tracing', 'Add support for attaching custom attributes to logs', 'Add support for attaching labels to logs', 'Minor cleanup of HTTPX instrumentation', 'Collect module information periodically']
7-
bugs: []
6+
features: ['Add Valkey support', 'Add TOML configuration file support', 'Add protobuf v5 support for infinite tracing', 'Add support for attaching custom attributes to logs', 'Add support for attaching labels to logs', 'Minor cleanup of HTTPX instrumentation']
7+
bugs: ['Collect module information periodically']
88
security: []
99
---
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, collecting module information periodically, 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/).
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.
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

@@ -51,9 +51,11 @@ Install the agent using `easy_install/pip/distribute` via the [Python Package In
5151
* [Hypercorn](https://pypi.org/project/Hypercorn/)
5252
* [HTTPX](https://pypi.org/project/httpx/)
5353

54+
## Bug fixes
55+
5456
* Collect module information from application periodically instead of at startup
5557

56-
* Previously, the New Relic Python agent collected the application's module information all at once during startup. This enhancement allows the agent to do this incrementally throughout the application's operation, preventing potential memory spikes during agent startup.
58+
* Previously, the New Relic Python agent collected the application's module information all at once during startup. In some extreme cases this would cause a large spike in CPU usage. This enhancement allows the agent to do this incrementally throughout the application's operation, preventing potential memory spikes during agent startup.
5759

5860
## Support statement
5961

0 commit comments

Comments
 (0)