Skip to content

Commit

Permalink
Merge branch 'develop' into python-release-10-3-0
Browse files Browse the repository at this point in the history
  • Loading branch information
TimPansino authored Nov 19, 2024
2 parents 03f1bbc + b6d75e6 commit 8fa9738
Show file tree
Hide file tree
Showing 43 changed files with 1,135 additions and 508 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ Want to try out our .NET agent? [Create a New Relic account](https://newrelic.co

<DNT>**MySqlConnector**</DNT>
* Minimum supported version: 1.0.1
* Latest verified compatible version: 2.3.6
* Latest verified compatible version: 2.4.0
</td>
</tr>

Expand Down Expand Up @@ -803,7 +803,7 @@ Want to try out our .NET agent? [Create a New Relic account](https://newrelic.co
10.0.0
</td>
<td>
8.0.1
9.0.0
</td>
</tr>
</tbody>
Expand Down Expand Up @@ -859,6 +859,8 @@ Want to try out our .NET agent? [Create a New Relic account](https://newrelic.co
* Puts and takes on messages.

* Minimum supported version: 5.0

* Latest verified compatible version: 9.2.3
</td>
</tr>

Expand Down Expand Up @@ -1454,7 +1456,7 @@ Want to try out our .NET agent? [Create a New Relic account](https://newrelic.co

<DNT>**MySqlConnector**</DNT>
* Minimum supported version: 1.0.1
* Latest verified compatible version: 2.3.6
* Latest verified compatible version: 2.4.0
</td>
</tr>

Expand Down Expand Up @@ -1855,7 +1857,7 @@ Want to try out our .NET agent? [Create a New Relic account](https://newrelic.co
9.7.0
</td>
<td>

9.0.0
</td>
</tr>
</tbody>
Expand Down Expand Up @@ -1921,6 +1923,8 @@ Want to try out our .NET agent? [Create a New Relic account](https://newrelic.co
* Puts and takes on messages.

* Minimum supported version: 5.0

* Latest verified compatible version: 8.2.4
</td>
</tr>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -173,10 +173,10 @@ You've got to specify the APM agent and its version within the instrumentation C
<thead>
<tr>
<th>
Image
Language
</th>
<th>
Language
Image
</th>
<th>
Available versions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ tags:
- Tag
- Labels
metaDescription: For apps monitored by New relic language agents, learn how to add custome tags (labels) to logs.
freshnessValidatedDate: never
freshnessValidatedDate: 2024-11-17
---

New Relic APM language agents now allow you to opt-in to adding your custom tags (labels) to agent-forwarded logs.
Expand All @@ -19,10 +19,9 @@ When enabled, New Relic language agents add all custom tags (labels) to agent-fo

Supported languages:

* [.NET](/docs/apm/agents/net-agent/configuration/net-agent-configuration)
* [Ruby](/docs/apm/agents/ruby-agent/configuration/ruby-agent-configuration/)
* [.NET](/docs/apm/agents/net-agent/configuration/net-agent-configuration) agent versions 10.4.0 or higher.
* [Ruby](/docs.newrelic.com/docs/apm/agents/ruby-agent/configuration/ruby-agent-configuration/#application-logging) agent versions 9.16.0 or higher.
* Go: coming soon
* Java: coming soon
* Node.js: coming soon
* PHP: coming soon
* [Python](/docs/apm/agents/python-agent/configuration/python-agent-configuration)
* [Python](/docs/apm/agents/python-agent/configuration/python-agent-configuration) agent versions 10.3.0 or higher.
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ Keep in mind that when you use the logging APIs, you should only use the debug l
</TabsBarItem>
<TabsBarItem id="xamarin">
Xamarin
</TabsBarItem>
<TabsBarItem id="Unity">
Unity
</TabsBarItem>
<TabsBarItem id="unreal">
Unreal
Expand Down Expand Up @@ -600,13 +603,57 @@ CrossNewRelicClient.Current.LogAttributes(new Dictionary<string, object>()
{ "message", "This is a message with attributes" }
}
);
```
</TabsPageItem>
<TabsPageItem id="Unity">
### Syntax [#syntax]

```csharp
NewRelicAgent.LogInfo(String message) : void

NewRelicAgent.LogError(String message) : void

NewRelicAgent.LogVerbose(String message) : void

NewRelicAgent.LogWarning(String message) : void

NewRelicAgent.LogDebug(String message) : void

NewRelicAgent.Log(LogLevel level, String message) : void

NewRelicAgent.LogAttributes(Dictionary<string, object> attributes) : void
```

</TabsPageItem>

<TabsPageItem id="unreal">
### Example [#example]

```csharp
NewRelicAgent.LogInfo("This is an informational message");

NewRelicAgent.LogError("This is an error message");

NewRelicAgent.LogVerbose("This is a verbose message");

NewRelicAgent.LogWarning("This is a warning message");

NewRelicAgent.LogDebug("This is a debug message");

### Syntax [#syntax]
NewRelicAgent.Log(LogLevel.Info, "This is an informational message");

NewRelicAgent.LogAttributes(new Dictionary<string, object>()
{
{"BreadNumValue", 12.3 },
{"BreadStrValue", "UnityBread" },
{"BreadBoolValue", true },
{"message", "This is a message with attributes" }
}
);
```
</TabsPageItem>

<TabsPageItem id="unreal">

### Syntax [#syntax]

```c
UNewRelicBPLibrary::logInfo(FString message) : void
Expand Down
4 changes: 0 additions & 4 deletions src/i18n/content/es/docs/alerts/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -184,10 +184,6 @@ Este diagrama muestra cómo funcionan las alertas: usted crea una política de a
</tbody>
</table>

## Nota sobre el centro de datos UE/EE.UU. [#eu-datacenter]

El servicio de alertas de New Relic se realiza en Estados Unidos. Al emplear las alertas de New Relic, usted acepta que New Relic pueda mover sus datos y procesarlos en la región de EE. UU. Esto se aplica ya sea que almacene sus datos en el centro de datos de la región de EE. UU. de New Relic o en nuestro [centro de datos de la región de la UE](/docs/accounts/accounts-billing/account-setup/choose-your-data-center/).

¿Listo para probar New Relic por ti mismo? [Regístrese para obtener su cuenta gratuita New Relic ](https://newrelic.com/signup)y siga nuestra [guía de lanzamiento rápida](/docs/new-relic-solutions/get-started/intro-new-relic/#get-started) para que pueda comenzar a maximizar sus datos hoy mismo. Si necesita ayuda, consulte nuestra [serie de tutoriales](/docs/tutorial-create-alerts/create-new-relic-alerts/) sobre cómo crear alertas para comenzar.

<Callout variant="tip">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,11 @@ Para el marco y la biblioteca que no se [instrumentan automáticamente](#instrum

<CollapserGroup>
<Collapser className="freq-link" id="net-version-core" title="Versión .NET Core">
El agente .NET admite .NET Core versión 3.1 y .NET 5.0, 6.0 y 8.0.
El agente .NET es compatible con .NET Core versión 3.1 y .NET 5.0, 6.0, 7.0, 8.0 y 9.0.

<Callout variant="important">
El agente solo es totalmente compatible cuando la aplicación instrumentada tiene como objetivo [los tiempos de ejecución .NET actualmente soportados por Microsoft](https://dotnet.microsoft.com/en-us/platform/support/policy/dotnet-core). Es probable que el agente funcione con los tiempos de ejecución EOL que se enumeran a continuación, pero no probamos nuevas versiones del agente con tiempos de ejecución EOL.
</Callout>

<table style={{ width: "500px" }}>
<thead>
Expand All @@ -54,7 +58,7 @@ Para el marco y la biblioteca que no se [instrumentan automáticamente](#instrum
<tbody>
<tr>
<td>
.NET Core 3.1
.NET Core 3.1 (fin de vida útil)
</td>

<td>
Expand All @@ -64,7 +68,7 @@ Para el marco y la biblioteca que no se [instrumentan automáticamente](#instrum

<tr>
<td>
.NET 5.0
.NET 5.0 (fin de vida útil)
</td>

<td>
Expand All @@ -74,7 +78,7 @@ Para el marco y la biblioteca que no se [instrumentan automáticamente](#instrum

<tr>
<td>
NET 6.0
.NET 6.0 (fin de vida útil)
</td>

<td>
Expand All @@ -84,7 +88,7 @@ Para el marco y la biblioteca que no se [instrumentan automáticamente](#instrum

<tr>
<td>
.NET 7.0
.NET 7.0 (fin de vida útil)
</td>

<td>
Expand All @@ -101,6 +105,16 @@ Para el marco y la biblioteca que no se [instrumentan automáticamente](#instrum
10.0.0 y superior
</td>
</tr>

<tr>
<td>
.NET 9.0
</td>

<td>
10.0.0 y superior
</td>
</tr>
</tbody>
</table>

Expand Down Expand Up @@ -247,9 +261,9 @@ Para el marco y la biblioteca que no se [instrumentan automáticamente](#instrum
</Collapser>

<Collapser className="freq-link" id="target-framework-core" title="Versión framework objetivo">
El agente .NET solo admite aplicaciones destinadas a .NET Core 3.1 y .NET 5.0, 6.0 y 8.0. Puede encontrar el framework objetivo en su archivo `.csproj`. La compatibilidad del agente varía según las diferentes versiones de .NET Core.
El agente .NET es compatible con aplicaciones destinadas a .NET Core 3.1 y .NET 5.0, 6.0, 7.0, 8.0 y 9.0. Puede encontrar el framework objetivo en su archivo `.csproj`. La compatibilidad del agente varía según las diferentes versiones de .NET Core.

Soportado:
Compatible:

```xml
<TargetFramework>netcoreapp3.1</TargetFramework>
Expand All @@ -271,16 +285,14 @@ Para el marco y la biblioteca que no se [instrumentan automáticamente](#instrum
<TargetFramework>net8.0</TargetFramework>
```

```xml
<TargetFramework>net9.0</TargetFramework>
```

<Callout variant="important">
En la plataforma Linux ARM64, el agente .NET <DNT>**only**</DNT> admite el marco objetivo de `net5.0` o superior.
</Callout>

No compatible:

```xml
<TargetFramework>net452</TargetFramework>
```

Si desea monitor una aplicación ASP.NET Core orientada al marco .NET, cerciorar de habilitar la compatibilidad con el marco .NET luego de instalar el agente .NET.
</Collapser>
</CollapserGroup>
Expand All @@ -293,7 +305,7 @@ Para el marco y la biblioteca que no se [instrumentan automáticamente](#instrum
<Collapser className="freq-link" id="app-frameworks-core" title="Marco de la aplicación">
El agente .NET instrumentó automáticamente este marco de aplicación:

* ASP..NET Core MVC 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0 y 8.0 (incluye API web)
* ASP..NET Core MVC 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0 y 9.0 (incluye API sitio web)
* ASP..NET Core Razor Pages 6.0, 7.0 y 8.0 (a partir de la versión 10.19.0 del agente .NET)
</Collapser>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,25 @@ Seleccione un nombre de evento en la siguiente tabla para ver su atributo.

<td>
`NetworkSample` Captura la información descriptiva y de estado de cada dispositivo de red asociado con un servidor. Incluye la interfaz del dispositivo y la información de dirección, así como datos de uso actuales. Tomamos una instantánea de estos datos cada 10 segundos para cada interfaz de red conectada y la empaquetamos en un evento `NetworkSample` , que luego se envía a New Relic. Estos datos aparecen en la [página UI <DNT>**Network**</DNT> ](/docs/infrastructure/infrastructure-ui-pages/infra-hosts-ui-page#network).

<Callout variant="important">
No todos los dispositivos de red se incluirán de forma predeterminada, los filtros en la siguiente tabla no generarán `NetworkSample` para las interfaces coincidentes a menos que se modifique el atributo de configuración [network-inferface-filters](/docs/infrastructure/install-infrastructure-agent/configuration/infrastructure-agent-configuration-settings/#network-interface-filters) .
</Callout>

<CollapserGroup>
<Collapser id="filters-linux" title="Linux">
Filtros de interfaz de red predeterminados para Linux:

* Interfaces de red que comienzan con `dummy`, `lo`, `vmnet`, `sit`, `tun`, `tap` o `veth`
* Interfaces de red que contienen `tun` o `tap`
</Collapser>

<Collapser id="filters-windows" title="Windows">
Filtros de interfaz de red predeterminados para Windows:

* Interfaces de red que comienzan con `Loop`, `isatap` o `Local`
</Collapser>
</CollapserGroup>
</td>
</tr>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ New Relic は、EU 地域において、米国地域とほぼ同じ製品、機
* APMの [ウィークリーパフォーマンスレポート](/docs/apm/reports/other-performance-analysis/weekly-performance-report) は利用できません。
* 非推奨の製品や機能は利用できません。

[New Relic のインシデント インテリジェンス](/docs/new-relic-one/use-new-relic-one/new-relic-ai/get-started-incident-intelligence)サービスは、お客様がデータを New Relic の米国地域のデータ センターまたは New Relic の EU 地域のデータ センターに保存するかどうかにかかわらず、米国内でのみ運用されます。New Relic インシデント インテリジェンスを使用することにより、お客様は、New Relic がお客様のデータを米国地域。

## データ費用 [#data-costs]

データ取り込みのコストは、データ センターのリージョンによって異なります。詳しくは、 [定価表](/docs/licenses/license-information/usage-plans/new-relic-one-usage-plan-descriptions/#list-price)をご覧ください。
Expand Down
4 changes: 0 additions & 4 deletions src/i18n/content/jp/docs/alerts/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -184,10 +184,6 @@ New Relic アラートを使用すると、次のことが可能になります
</tbody>
</table>

## EU/米国のデータセンターに関する注意事項 [#eu-datacenter]

New Relic のアラート サービスは米国で実行されます。 New Relic アラートを使用することにより、お客様は New Relic がお客様のデータを米国地域に移動し、米国地域でデータを処理することに同意するものとします。 これは、New Relic の米国地域のデータセンターにデータを保存する場合でも、 [EU 地域のデータセンター](/docs/accounts/accounts-billing/account-setup/choose-your-data-center/)にデータを保存する場合でも適用されます。

New Relic を実際に試してみませんか? [無料のNew Relicアカウントにサインアップし](https://newrelic.com/signup)[クイック リリース ガイド](/docs/new-relic-solutions/get-started/intro-new-relic/#get-started)に従って、今すぐデータを最大限に活用しましょう。 サポートが必要な場合は、アラートの作成に関する[チュートリアル シリーズ](/docs/tutorial-create-alerts/create-new-relic-alerts/)をご覧ください。

<Callout variant="tip">
Expand Down
Loading

0 comments on commit 8fa9738

Please sign in to comment.