Skip to content

Commit

Permalink
Merge pull request #19103 from newrelic/daily-release/10-28-24-morning
Browse files Browse the repository at this point in the history
Daily release/10 28 24 morning
  • Loading branch information
paperclypse authored Oct 28, 2024
2 parents 194a050 + 2b5dc3d commit 3c008b9
Show file tree
Hide file tree
Showing 7 changed files with 320 additions and 65 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: PHP Agent overhead reduction tips
title: PHP agent overhead reduction tips
type: troubleshooting
tags:
- Agents
Expand All @@ -11,7 +11,7 @@ freshnessValidatedDate: 2024-10-21

## Problem

Using the New Relic PHP agent results in overhead.
Using the New Relic PHP agent results in overhead. Performance overhead is anything that increases latency, CPU, or memory usage beyond what what would exist without the agent.

## Cause

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ Some of our tools don't use sampling. Sampling details for these tools:

### Trace limits [#trace-limits]

Our data processing systems are equipped with internal limits in order to protect our infrastructure from unexpected data surges. This protective layer not only maintains the integrity of our platform but also ensures a dependable and consistent experience for all our customers. While these limits are adjusted as-needed based on various conditions, they're set with a forward-looking approach. As our user base and data intake grow, we expand our infrastructure capacity. This commitment ensures that we capture all customer data sent our way and offer you a clear and uninterrupted view into your trace data.
Our data processing systems include internal limits to protect our infrastructure from unexpected data surges: Trace API, agent spans, browser spans, mobile spans, and lambda spans. This protective layer not only maintains the integrity of our platform but also ensures a dependable and consistent experience for all our customers. We adjust these limits as needed based on various conditions, but they're set with a forward-looking approach. As our users and data grow, we expand our infrastructure capacity and raise these limits. This commitment ensures that we capture all customer data sent our way and offer you a clear and uninterrupted view into your trace data. To check if you are hitting these limits, you can refer to the [Limits UI](/docs/data-apis/manage-data/view-system-limits/#limits-ui).

## How trace data is structured [#trace-structure]

Expand Down

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/nav/apm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,7 @@ pages:
path: /docs/apm/agents/php-agent/troubleshooting/performance-issues-long-running-task
- title: Performance issues within AWS Fargate tasks
path: /docs/apm/agents/php-agent/troubleshooting/fargate-nitro-clock-performance-impact
- title: PHP Agent overhead reduction tips
- title: PHP agent overhead reduction tips
path: /docs/apm/agents/php-agent/troubleshooting/agent-overhead-reduction-tips
- title: Protocol mismatch error
path: /docs/apm/agents/php-agent/troubleshooting/protocol-mismatch-error
Expand Down
2 changes: 1 addition & 1 deletion src/nav/infrastructure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ pages:
path: /docs/kubernetes-pixie/kubernetes-integration/advanced-configuration/monitor-services/monitor-services-running-kubernetes
- title: Install via ECS
path: /docs/infrastructure/host-integrations/host-integrations-list/monitor-services-running-amazon-ecs
- title: Build a custom integration
- title: Build your own integration (Flex)
path: /docs/infrastructure/host-integrations/host-integrations-list/flex-integration-tool-build-your-own-integration
- title: Update integrations
path: /docs/infrastructure/host-integrations/installation/update-infrastructure-host-integration-package
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit 3c008b9

Please sign in to comment.