Skip to content

Commit

Permalink
feat: Update for new server side config
Browse files Browse the repository at this point in the history
  • Loading branch information
fleck committed Dec 10, 2024
1 parent 9854ffa commit 2766aeb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ freshnessValidatedDate: never
Server-side configuration transitions some core settings from your language agent's configuration file to the [New Relic collector](/docs/accounts-partnerships/education/getting-started-new-relic/glossary#collector). Depending on the language agent, available settings may include:

* Transaction tracing
* Application log forwarding (Java agent only)
* Slow SQL
* SQL recording and logging
* SQL query plans
* Error collection
Expand Down Expand Up @@ -54,7 +56,13 @@ The PHP agent doesn't support server-side configuration. To enable server-side c
1. Go to <DNT>**[one.newrelic.com > All capabilities](https://one.newrelic.com/all-capabilities) > APM**</DNT>.
2. Click on your app. Then click <DNT>**Settings > Application > Server-side agent configuration**</DNT>.

After you enable server-side configuration, you can view and change the available settings through the UI.
Once server-side configuration is enabled, you can access and modify the settings via the UI. To select individual settings, simply click the "On" radio button next to the respective option under the server-side agent configuration.

Check warning on line 59 in src/content/docs/apm/agents/manage-apm-agents/configuration/server-side-agent-configuration.mdx

View workflow job for this annotation

GitHub Actions / vale-linter

[vale] reported by reviewdog 🐶 [Microsoft.Passive] 'is enabled' looks like passive voice. Raw Output: {"message": "[Microsoft.Passive] 'is enabled' looks like passive voice.", "location": {"path": "src/content/docs/apm/agents/manage-apm-agents/configuration/server-side-agent-configuration.mdx", "range": {"start": {"line": 59, "column": 32}}}, "severity": "INFO"}

Check warning on line 59 in src/content/docs/apm/agents/manage-apm-agents/configuration/server-side-agent-configuration.mdx

View workflow job for this annotation

GitHub Actions / vale-linter

[vale] reported by reviewdog 🐶 [new-relic.ComplexWords] Consider using 'change' instead of 'modify'. Raw Output: {"message": "[new-relic.ComplexWords] Consider using 'change' instead of 'modify'.", "location": {"path": "src/content/docs/apm/agents/manage-apm-agents/configuration/server-side-agent-configuration.mdx", "range": {"start": {"line": 59, "column": 63}}}, "severity": "INFO"}

<img
title="Server side agent configuration"
alt="Screen capture showing the server side agent configuration."
src="/images/server_side_agent_configuration_screenshot.webp"
/>

## Configure from NerdGraph API [#enable-nerdgraph]

Expand Down
Binary file not shown.

0 comments on commit 2766aeb

Please sign in to comment.