Skip to content

Commit

Permalink
light copy edits
Browse files Browse the repository at this point in the history
  • Loading branch information
akristen committed May 6, 2024
1 parent afb0782 commit bf360ef
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1844,7 +1844,7 @@ The PHP agent captures context data for the Monolog library and adds that contex
</CollapserGroup>

<Callout variant="important">
The PHP agent only forwards log context data that has a string key and a value which is a string or a scalar (int, double, boolean).
The PHP agent only forwards log context data that has a string key and a value, which is a string or a scalar (int, double, boolean).
</Callout>

### Log decoration [#log-decoration]
Expand Down Expand Up @@ -2146,7 +2146,7 @@ The values of these settings are used to control transaction traces.
</tbody>
</table>

Sets the threshold beyond which queries are considered "slow" and thus candidates for the [<DoNotTranslate>**Slow Queries**</DoNotTranslate>](/docs/apm/applications-menu/monitoring/databases-slow-queries-dashboard) page. Specify duration as an absolute value with units. Default unit is in milliseconds if none is specified.
Sets the threshold beyond the queries that are considered "slow" and thus candidates for the [<DoNotTranslate>**Slow Queries**</DoNotTranslate>](/docs/apm/applications-menu/monitoring/databases-slow-queries-dashboard) page. Specify duration as an absolute value with units. Default unit is in milliseconds if none is specified.

<DoNotTranslate>**Example durations**</DoNotTranslate>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ Here are some basic examples.
</Callout>

<Callout variant="important">
Drupal 10.2 introduced a [new change](https://www.drupal.org/node/3298551) which causes it to set a `content-length` header.
Drupal 10.2 introduced a [new change](https://www.drupal.org/node/3298551) that causes it to set a `content-length` header.
New Relic PHP agent is unable to auto-inject the browser auto-instrumentation when the HTTP header field `Content-Length` is set.
To keep using browser monitoring, disable browser auto-instrumentation and manually insert the JavaScript header and footer into your templates.
</Callout>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ In Drupal 7.15, <DoNotTranslate>**Compress cached pages**</DoNotTranslate> is tu

In this situation, manual instrumentation provides a better opportunity to capture data for anonymous users. For more information, see [Browser monitoring and the PHP agent](/docs/apm/agents/php-agent/features/browser-monitoring-php-agent/)

Drupal 10.2 introduced a [new change](https://www.drupal.org/node/3298551) which causes it to set a `content-length` header.
Drupal 10.2 introduced a [new change](https://www.drupal.org/node/3298551) that causes it to set a `content-length` header.
New Relic PHP agent is unable to auto-inject the browser auto-instrumentation when the HTTP header field `Content-Length` is set.
To keep using browser monitoring, disable browser auto-instrumentation and manually insert the JavaScript header and footer into your templates.
For more information, please see [here](/docs/apm/agents/php-agent/features/browser-monitoring-php-agent/#auto_instrumentation).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,22 @@ security: ['Bump google.golang.org/protobuf from 1.32.0 to 1.33.0', 'Bump golang
## New Relic PHP agent v10.20.0.10

### New features

* Add support for Yii v2 framework
* Verified support for Drupal 10 framework
* Add supportability metrics for PHP packages that provide major version
* Update default for `newrelic.framework.wordpress.hooks.options` to `"plugin_callbacks"`

### Bug fixes

* Fix error reporting for errors converted by PHP to exceptions
* Improve user exception handler instrumentation for PHPs 8.0+
* Fix warning from mysqli when explaining slow SQL queries
* Fix json struct tag for docker id
* Improve communications of PHP packages data to the backend

### Security

* Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 in `newrelic-daemon`
* Bump golang.org/x/net from 0.20.0 to 0.23.0 in `newrelic-daemon`

Expand All @@ -37,8 +40,10 @@ security: ['Bump google.golang.org/protobuf from 1.32.0 to 1.33.0', 'Bump golang

<Callout variant="important">
**For installations using an unsupported PHP version or platform, it's highly recommended that you disable the auto-update mechanisms for the PHP agent packages.** This can be done by adding the PHP agent packages to an exclusion list for package upgrades. Or you could version pin the PHP agent package to an agent version that supports the old, unsupported feature(s). Failure to prevent upgrades may result in a newer agent release being installed and the removal of support for the required, unsupported features. This would disrupt APM data collection.

The PHP agent packages that are affected are:
- newrelic-php5
- newrelic-php5-common
- newrelic-daemon

- newrelic-php5
- newrelic-php5-common
- newrelic-daemon
</Callout>

0 comments on commit bf360ef

Please sign in to comment.