-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python release 10.3.0 -- Please merge Nov 19 AM #19320
Python release 10.3.0 -- Please merge Nov 19 AM #19320
Conversation
Co-authored-by: Tim Pansino <[email protected]> Co-authored-by: Lalleh Rafeei <[email protected]>
Co-authored-by: Tim Pansino <[email protected]> Co-authored-by: Lalleh Rafeei <[email protected]>
Hi @hmstepanek 👋 Thanks for your pull request! Your PR is in a queue, and a writer will take a look soon. We generally publish small edits within one business day, and larger edits within three days. We will automatically generate a preview of your request, and will comment with a link when the preview is ready (usually 10 to 20 minutes). |
✅ Deploy Preview for docs-website-netlify ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
src/content/docs/apm/agents/python-agent/configuration/python-agent-configuration.mdx
Outdated
Show resolved
Hide resolved
src/content/docs/apm/agents/python-agent/configuration/python-agent-configuration.mdx
Outdated
Show resolved
Hide resolved
|
||
## Notes | ||
|
||
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/). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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/). | |
This release of the Python agent adds support for [Valkey](https://pypi.org/project/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/). |
Co-authored-by: Timothy Pansino <[email protected]>
redirects: | ||
- /docs/enable-logs-context | ||
- /docs/apm/agents/net-agent/configuration/net-agent-configuration | ||
- /docs.newrelic.com/docs/apm/agents/ruby-agent/configuration/ruby-agent-configuration/ | ||
- /docs/logs/new-relic-logs/enable-logs-context/enable-logs-context-go |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These redirects were trying to redirect a bunch of other pages to this one for some reason, my guess is this was a copy paste error that then got propagated.
src/content/docs/release-notes/agent-release-notes/python-release-notes/python-agent-100300.mdx
Outdated
Show resolved
Hide resolved
src/content/docs/release-notes/agent-release-notes/python-release-notes/python-agent-100300.mdx
Outdated
Show resolved
Hide resolved
src/content/docs/release-notes/agent-release-notes/python-release-notes/python-agent-100300.mdx
Outdated
Show resolved
Hide resolved
src/content/docs/release-notes/agent-release-notes/python-release-notes/python-agent-100300.mdx
Outdated
Show resolved
Hide resolved
Co-authored-by: Timothy Pansino <[email protected]>
|
||
* Add support for attaching labels to log events | ||
|
||
* Labels as attributes can now be added to log events. When `application_logging.forwarding.labels.enabled` is set the values in `labels` will be added to all log events. Labels can be excluded by setting `application_logging.forwarding.labels.exclude`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* Labels as attributes can now be added to log events. When `application_logging.forwarding.labels.enabled` is set the values in `labels` will be added to all log events. Labels can be excluded by setting `application_logging.forwarding.labels.exclude`. | |
* Labels as attributes can now be added to log events. When `application_logging.forwarding.labels.enabled` is set the values in `labels` will be added to all log events. Labels can be excluded by setting `application_logging.forwarding.labels.exclude`. |
Co-authored-by: Timothy Pansino <[email protected]>
src/content/docs/release-notes/agent-release-notes/python-release-notes/python-agent-100300.mdx
Outdated
Show resolved
Hide resolved
Co-authored-by: Timothy Pansino <[email protected]>
@ docs team Can we get this merged in with the next deployment that goes out? Thanks in advance |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Give us some context