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

feat: Update for new server side config #19497

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

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