Skip to content
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

Merged
merged 14 commits into from
Nov 20, 2024

Conversation

hmstepanek
Copy link
Contributor

@hmstepanek hmstepanek commented Nov 18, 2024

Give us some context

  • Add support notes for Python agent v10.3.0
  • Add new configuration options for logging attributes and labels.
  • Add docs for configuration via TOML.
  • Add links for Python config docs to common logging labels page.
  • Fix broken links on common logging labels page.

hmstepanek and others added 2 commits November 18, 2024 15:49
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]>
Copy link

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).

Copy link

netlify bot commented Nov 18, 2024

Deploy Preview for docs-website-netlify ready!

Name Link
🔨 Latest commit 351c1b6
🔍 Latest deploy log https://app.netlify.com/sites/docs-website-netlify/deploys/673e06a5c033b80008dca710
😎 Deploy Preview https://deploy-preview-19320--docs-website-netlify.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.


## 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/).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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/).

Comment on lines -10 to -14
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
Copy link
Contributor

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.


* 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`.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* 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`.

@TimPansino
Copy link
Contributor

@ docs team Can we get this merged in with the next deployment that goes out? Thanks in advance

@hmstepanek hmstepanek changed the title Python release 10 3 0 Python release 10.3.0 -- Please merge Nov 19 AM Nov 19, 2024
@adutta-newrelic adutta-newrelic self-assigned this Nov 20, 2024
@adutta-newrelic adutta-newrelic added the content requests related to docs site content label Nov 20, 2024
@adutta-newrelic adutta-newrelic added the from_internal Identifies issues/PRs from Relics (except writers) label Nov 20, 2024
@adutta-newrelic adutta-newrelic requested review from WriteMayur and removed request for adutta-newrelic November 20, 2024 15:07
@adutta-newrelic adutta-newrelic requested review from adutta-newrelic and removed request for WriteMayur November 20, 2024 16:06
Copy link
Contributor

@adutta-newrelic adutta-newrelic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@adutta-newrelic adutta-newrelic merged commit 0b67413 into newrelic:develop Nov 20, 2024
14 of 15 checks passed
@TimPansino TimPansino deleted the python-release-10-3-0 branch November 20, 2024 16:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
content requests related to docs site content from_internal Identifies issues/PRs from Relics (except writers)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants