Skip to content

Commit

Permalink
Merge branch 'develop' into NR-359963-session-replay-NRAI-summary
Browse files Browse the repository at this point in the history
  • Loading branch information
adutta-newrelic committed Feb 10, 2025
2 parents 56dfc5d + c8aea7a commit b224244
Show file tree
Hide file tree
Showing 44 changed files with 621 additions and 783 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ When creating your own custom events and attributes, follow data requirements fo

The first argument defines the name of your event type, and the second argument is an array with the attributes for your custom event. Ensure you limit the number of unique event type names that you create, and do not generate these names dynamically. For restrictions on event type names, see our documentation about [limits and restricted characters](/docs/telemetry-data-platform/custom-data/custom-events/data-requirements-limits-custom-event-data) and [NRQL reserved words](/docs/insights/event-data-sources/custom-events/data-requirements-limits-custom-event-data/#reserved-words).

By default, the maximum number of custom events recorded per minute is 30,000. You can increase it upto 100,000 via the [newrelic.custom_events.max_samples_stored](/docs/apm/agents/php-agent/configuration/php-agent-configuration/#inivar-custom-events-maxsamples) configuration setting.
By default, the maximum number of custom events recorded per minute is 30,000. You can increase it up to 100,000 via the [newrelic.custom_events.max_samples_stored](/docs/apm/agents/php-agent/configuration/php-agent-configuration/#inivar-custom-events-maxsamples) configuration setting.

You can also add [custom attributes](/docs/apm/other-features/attributes/collecting-custom-attributes#php-att) for your PHP app.

Expand Down
4 changes: 2 additions & 2 deletions src/content/docs/errors-inbox/errors-inbox.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -205,9 +205,9 @@ In the right-hand panel, you can find details for a single occurrence of that er

* Stack traces

* Distributed tracking
* [Distributed tracing](/docs/distributed-tracing/concepts/quick-start/)

* [Logs in context]\(/docs/logs/logs-context/logs-in-context
* [Logs in context](/docs/logs/logs-context/logs-in-context)

* A list of error attributes

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
subject: 'Python agent'
releaseDate: '2025-02-06'
version: 10.6.0
downloadLink: 'https://pypi.python.org/pypi/newrelic'
features: ['Add entity linking attributes for AWS Kinesis and AWS Firehose when using boto3 and botocore']
bugs: []
---

## Notes

This release of the Python agent adds entity linking for AWS Kinesis and AWS Firehose in [`boto3`](https://pypi.org/project/boto3/) and [`botocore`](https://pypi.org/project/botocore/).

Install the agent using `easy_install/pip/distribute` via the [Python Package Index](https://pypi.python.org/pypi/newrelic) or download it directly from the [New Relic download site](https://download.newrelic.com/python_agent/release).

## New features

* Add entity linking attributes for AWS Kinesis and AWS Firehose when using [`boto3`](https://pypi.org/project/boto3/) and [`botocore`](https://pypi.org/project/botocore/).

* Adds attributes linking distributed traces with AWS Kinesis and AWS Firehose entities in the New Relic UI.

## Support statement

We recommend updating to the latest agent version as soon as it's available. If you can't upgrade to the latest version, update your agents to a version no more than 90 days old. Read [more](/docs/new-relic-solutions/new-relic-one/install-configure/update-new-relic-agent/) about keeping agents up to date.

See the New Relic Python agent [EOL policy](/docs/apm/agents/python-agent/getting-started/python-agent-eol-policy/) for information about agent releases and support dates.
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ Para el marco y la biblioteca que no se [instrumentan automáticamente](#instrum
<DNT>**Microsoft.Data.SqlClient**</DNT>

* Versión mínima admitida: 1.0.19239.1
* Latest verified compatible version: 6.0.1
* Última versión compatible verificada: 6.0.1
</td>
</tr>

Expand Down Expand Up @@ -451,7 +451,7 @@ Para el marco y la biblioteca que no se [instrumentan automáticamente](#instrum
<DNT>**MySql.Data**</DNT>

* Versión mínima admitida: 6.10.7
* Latest verified compatible version: 9.2.0
* Última versión compatible verificada: 9.2.0

<DNT>**MySqlConnector**</DNT>

Expand Down Expand Up @@ -538,7 +538,7 @@ Para el marco y la biblioteca que no se [instrumentan automáticamente](#instrum

* Versión mínima compatible: 3.5.0

* Latest verified compatible version: 3.7.405.13
* Última versión compatible verificada: 3.7.405.13

* Versión mínima del agente requerida: 10.33.0
</td>
Expand Down Expand Up @@ -827,7 +827,7 @@ Para el marco y la biblioteca que no se [instrumentan automáticamente](#instrum

* Versión mínima soportada: 7.1.0

* Latest verified compatible version: 8.3.6
* Última versión compatible verificada: 8.3.6
</td>
</tr>

Expand All @@ -841,7 +841,7 @@ Para el marco y la biblioteca que no se [instrumentan automáticamente](#instrum

* Versión mínima compatible: 3.7.0

* Latest verified compatible version: 3.7.400.86
* Última versión compatible verificada: 3.7.400.86
</td>
</tr>
</tbody>
Expand Down Expand Up @@ -1248,7 +1248,7 @@ Para el marco y la biblioteca que no se [instrumentan automáticamente](#instrum
<DNT>**Microsoft.Data.SqlClient**</DNT>

* Versión mínima admitida: 1.0.19239.1
* Latest verified compatible version: 6.0.1
* Última versión compatible verificada: 6.0.1

<DNT>**System.Data**</DNT>

Expand Down Expand Up @@ -1316,7 +1316,7 @@ Para el marco y la biblioteca que no se [instrumentan automáticamente](#instrum
<DNT>**MySql.Data**</DNT>

* Versión mínima admitida: 6.10.7
* Latest verified compatible version: 9..0
* Última versión compatible verificada: 9..0

<DNT>**MySqlConnector**</DNT>

Expand Down Expand Up @@ -1450,7 +1450,7 @@ Para el marco y la biblioteca que no se [instrumentan automáticamente](#instrum

* Versión mínima compatible: 3.5.0

* Latest verified compatible version: 3.7.405.13
* Última versión compatible verificada: 3.7.405.13

* Versión mínima del agente requerida: 10.33.0
</td>
Expand Down Expand Up @@ -1805,7 +1805,7 @@ Para el marco y la biblioteca que no se [instrumentan automáticamente](#instrum

* Versión mínima soportada: 7.1.0

* Latest verified compatible version: 8.3.6
* Última versión compatible verificada: 8.3.6
</td>
</tr>

Expand All @@ -1819,7 +1819,7 @@ Para el marco y la biblioteca que no se [instrumentan automáticamente](#instrum

* Versión mínima compatible: 3.7.0

* Latest verified compatible version: 3.7.400.86
* Última versión compatible verificada: 3.7.400.86
</td>
</tr>
</tbody>
Expand Down
Loading

0 comments on commit b224244

Please sign in to comment.