Skip to content

Commit

Permalink
Merge branch 'develop' into nb-k8s-troubleshooting-NR-266842
Browse files Browse the repository at this point in the history
  • Loading branch information
nbaenam authored Sep 19, 2024
2 parents f49a02d + f58b7af commit 174fa74
Show file tree
Hide file tree
Showing 368 changed files with 25,402 additions and 10,247 deletions.
1 change: 1 addition & 0 deletions .github/auto_assign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ reviewers:
- bradleycamacho
- nbaenam
- cbehera-newrelic
- akristen

# A number of reviewers added to the pull request
# Set 0 to add all the reviewers (default: 0)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,15 @@ To cancel an account you must be a user who is:

### How to cancel an account [#how-to-cancel]

You can only cancel an account using our NerdGraph API. You can't cancel an account in the UI.
Make sure you're a user who can cancel an account, and then you can cancel an account through our UI or through our Nerdgraph API.

Make sure you're a user who can cancel an account, and then see the NerdGraph tutorial [Cancel an account](/docs/apis/nerdgraph/examples/manage-accounts-nerdgraph).
**Cancel an account:**

1. To cancel an account through our UI:
Navigate to **Administration** > **Access Management** > select the **Accounts Tab** > select the ellipsis to the right of the account you would like to cancel > select **cancel account**.

2. To cancel an account through our NerdGraph API:
See the NerdGraph [tutorial](/docs/apis/nerdgraph/examples/manage-accounts-nerdgraph).

## Delete your organization [#delete-org]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ Here's a table with comparisons of the two options. Prices and limits are monthl
</td>

<td>
10 minutes via [query builder](/docs/query-your-data/explore-query-data/query-builder/introduction-query-builder) and API; 2 minutes for the remainder of UI
Up to 10 minutes
</td>

<td/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ These queries apply for some older New Relic organizations that have only two us

### Count of full platform users and basic users

The [](/docs/accounts/accounts-billing/new-relic-one-pricing-users/pricing-billing#billing-usage-ui) shows the count of full platform users and basic users. The query used is:
The [How New Relic pricing works](/docs/accounts/accounts-billing/new-relic-one-pricing-users/pricing-billing#billing-usage-ui) shows the count of full platform users and basic users. The query used is:

```sql
FROM NrUsage SELECT max(usage) SINCE 10 days ago
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ User assets that are migrated include:
* Weekly email settings
* Email opt in/out preferences
* User-specific [user keys](/docs/apis/intro-apis/new-relic-api-keys/#user-api-key)
* New Relic apps [NerdStorage data](https://developer.newrelic.com/explore-docs/nerdstorage)
* New Relic apps [NerdStorage data](/docs/new-relic-solutions/build-nr-ui/nerdstorage)

If a user has access to several organizations that use New Relic (for example, if that user is a contractor), their original user model record won't be fully deleted until all those organizations migrate their users. Such a user will have both an original user record and one or more new user records, and if that's the case, that is displayed upon login (see [the login screenshot in Page 1 section](#page1)).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ AI monitoring is compatible with these agent versions and AI libraries:

<tr>
<td>
[.NET version 10.23.0 and above](/docs/apm/agents/net-agent/getting-started/net-agent-compatibility-requirements-net-core/#large-language-models)
[.NET version 10.23.0 and above](/docs/apm/agents/net-agent/getting-started/net-agent-compatibility-requirements/#large-language-models-core)
</td>

<td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -582,4 +582,4 @@ For more information about making requests to NerdGraph, see the [NerdGraph docu
}
```
</Collapser>
</CollapserGroup>
</CollapserGroup>
4 changes: 0 additions & 4 deletions src/content/docs/alerts/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -222,10 +222,6 @@ This diagram shows how alerts work: you create an alert policy that includes an
</tbody>
</table>

## Note about EU/US data centers [#eu-datacenter]

New Relic's alerts service is performed in the United States. By using New Relic alerts, you agree that New Relic may move your data to, and process your data in, the US region. This applies whether you store your data in New Relic's US region data center or in our [EU region data center](/docs/accounts/accounts-billing/account-setup/choose-your-data-center/).

Ready to try New Relic for yourself? [Sign up for your free New Relic account](https://newrelic.com/signup) and follow our [quick launch guide](/docs/new-relic-solutions/get-started/intro-new-relic/#get-started) so you can start maximizing your data today! If you need any help, check out our [tutorial series](/docs/tutorial-create-alerts/create-new-relic-alerts/) on creating alerts to get started.

<Callout variant="tip">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ mutation {

## Cancel an account [#cancel-an-account]

If you no longer want to keep an account active, you can cancel it using NerdGraph. The option to cancel an account is only available with NerdGraph. You can't cancel an account in the UI.
If you no longer want to keep an account active, you can cancel it using NerdGraph.

Before you cancel an account, review the effects of [cancelling an account](/docs/accounts/accounts-billing/account-setup/downgradecancel-account). Once you're sure you want to cancel an account, you can use this mutation:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ Here are all our available NerdGraph docs:
</td>

<td>
[Build a New Relic app](https://developer.newrelic.com/explore-docs/query-and-store-data)
[Build a New Relic app](/docs/new-relic-solutions/build-nr-ui/query-and-store-data)
</td>
</tr>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ If you're new to GraphQL, get acquainted with the GraphQL API via the NerdGraph
Let's say that you've built a NerdGraph query you're happy with and you want to test it elsewhere. To capture code-ready queries and mutations:

1. Select the <DNT>**Tools**</DNT> menu.
2. Copy the query as a curl call or as a [New Relic CLI](https://developer.newrelic.com/explore-docs/newrelic-cli) command.
2. Copy the query as a curl call or as a [New Relic CLI](/docs/new-relic-solutions/build-nr-ui/newrelic-cli) command.

<img
title="NerdGraph tools menu"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ The following New Relic agents support AWS Graviton processors using ARM64, as w
</td>

<td>
Version [9.1.0](/docs/apm/agents/net-agent/getting-started/net-agent-compatibility-requirements-net-core/) and later
Version [9.1.0](/docs/apm/agents/net-agent/getting-started/net-agent-compatibility-requirements/) and later
</td>
</tr>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,7 @@ For further reading on these environment variables and their functionality, see

If the application name is showing up in New Relic, but no transactions are appearing, it's likely because either no traffic is hitting the app, or the agent is not encountering a known framework that it can automatically instrument:
* For .NET Framework automatically instrumented frameworks, refer to our [compatibility page](/docs/apm/agents/net-agent/getting-started/net-agent-compatibility-requirements-net-framework/).
* For .NET Core automatically instrumented frameworks, refer to our [compatibility page](/docs/apm/agents/net-agent/getting-started/net-agent-compatibility-requirements-net-core/).
* For automatically instrumented frameworks for .NET Core and .NET Framework, refer to our [compatibility page](/docs/apm/agents/net-agent/getting-started/net-agent-compatibility-requirements/).
* If your application does not use one of those compatible app frameworks, you may need to implement [custom instrumentation](/docs/apm/agents/net-agent/custom-instrumentation/introduction-net-custom-instrumentation/) to tell the agent what parts of your application are important for monitoring and what constitutes the scope of a transaction.
If the above steps didn't help you fix your issues, we recommend you to contact support or ask for help on [our Support Forum](https://discuss.newrelic.com/tag/dotnetagent).
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ You'll be able to configure our .NET agent to suit your environment after you [c

APM agent configuration options allow you to control some aspects of how the agent behaves. Some of these config options are part of the basic install process (like setting your license key and app name), but most are more advanced settings, such as setting a log level, setting up proxy host access, excluding certain attributes, and enabling distributed tracing.

The .NET agent gets its configuration from the `newrelic.config` file, which is generated as part of the [install process](/docs/agents/net-agent/installation//install/dotnet-agent). By default, only a global `newrelic.config` file is created, but you can also create app-local `newrelic.config` files for finer control over a multi-app system. Other ways to set config options include: using environment variables, or setting server-side configuration from the UI. For more on the various config options and what overrides what, see [Config settings precedence](/docs/agents/net-agent/configuration/net-agent-configuration#config-options-precedence).
The .NET agent gets its configuration from the `newrelic.config` file, which is generated as part of the [install process](/docs/agents/net-agent/installation/install/dotnet). By default, only a global `newrelic.config` file is created, but you can also create app-local `newrelic.config` files for finer control over a multi-app system. Other ways to set config options include: using environment variables, or setting server-side configuration from the UI. For more on the various config options and what overrides what, see [Config settings precedence](/docs/agents/net-agent/configuration/net-agent-configuration#config-options-precedence).

Support for both .NET Framework and .NET Core use the same configuration options and have the same APM features, unless otherwise stated.

Expand Down Expand Up @@ -191,7 +191,7 @@ Our .NET agent relies on environment variables to tell the .NET Common Language
CORECLR_NEWRELIC_HOME=C:\ProgramData\New Relic\.NET Agent\
```

The Windows .NET agent installer will add these to IIS by default, or as system-wide environment variables when enabling `Instrument All`. Exception: `CORECLR_ENABLE_PROFILING` needs to be set manually in order to instrument non-IIS hosted .NET Core applications. See [Compatibility and requirements for .NET Framework](/docs/agents/net-agent/getting-started/net-agent-compatibility-requirements-net-framework) for .NET Framework applications.
The Windows .NET agent installer will add these to IIS by default, or as system-wide environment variables when enabling `Instrument All`. Exception: `CORECLR_ENABLE_PROFILING` needs to be set manually in order to instrument non-IIS hosted .NET Core applications. See [Compatibility and requirements for .NET Framework](/docs/apm/agents/net-agent/configuration/net-agent-configuration/) for .NET Framework applications.

For more details on these variables, as well as correct values for other installation scenarios, please see [understanding .NET agent environment variables](/docs/apm/agents/net-agent/other-installation/understanding-net-agent-environment-variables/).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ With our .NET agent for application performance monitoring, you can:

To use the .NET agent:

1. Make sure your system meets the .NET agent compatibility: [.NET Framework](/docs/apm/agents/net-agent/getting-started/net-agent-compatibility-requirements-net-framework) \| [.NET Core](/docs/apm/agents/net-agent/getting-started/net-agent-compatibility-requirements-net-core)
1. Make sure your system meets the [.NET agent compatibility](/docs/apm/agents/net-agent/configuration/net-agent-configuration/)
2. [Sign up](https://newrelic.com/signup) for a New Relic account.
3. Install the .NET agent via the in-product launcher below or by following our standard install procedures in the docs.

Expand All @@ -63,7 +63,7 @@ To use the .NET agent:

## Support for both .NET Framework and .NET Core [#core-features]

New Relic's .NET agent supports both [.NET Framework](/docs/agents/net-agent/getting-started/compatibility-requirements-net-framework-agent) and .[NET Core](/docs/agents/net-agent/getting-started/net-agent-compatibility-requirements-net-core), and it works with all .NET compatible languages, such as VB.NET, C#, and CLI.
New Relic's .NET agent supports both [.NET Framework and .NET Core](/docs/apm/agents/net-agent/configuration/net-agent-configuration/), and it works with all .NET compatible languages, such as VB.NET, C#, and CLI.

The agent's support for .NET Core takes advantage of the compatibility, speed, expanded API features, and cross-platform capabilities of Microsoft's .NET Core. The agent <DNT>**does not**</DNT> support Microsoft .NET Core versions earlier than 2.0.

Expand Down
Loading

0 comments on commit 174fa74

Please sign in to comment.