Skip to content

Commit

Permalink
chore: add translations
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-docs-eng-opensource-bot committed Feb 13, 2025
1 parent 44dd1bc commit f9fcccb
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -543,6 +543,30 @@ Para el marco y la biblioteca que no se [instrumentan automáticamente](#instrum
* Versión mínima del agente requerida: 10.33.0
</td>
</tr>

<tr>
<td>
System.Data.ODBC
</td>

<td className="fcenter">
<Icon style={{color: '#328787'}} name="fe-check" />
</td>

<td>
Use [System.Data.Odbc](https://www.nuget.org/packages/System.Data.Odbc/).

* Versión mínima admitida: 8.0.0
* Latest verified compatible version: 9.0.1
* Minimum agent version required: 10.35.0

The following features supported for ODBC datastore calls in .NET Framework (using the built-in System.Data namespace) are not supported for .NET 8+:

* Connection `Open/OpenAsync` calls
* SqlDataReader `Read/NextResult` calls
* Slow SQL traces
</td>
</tr>
</tbody>
</table>

Expand Down Expand Up @@ -1153,6 +1177,13 @@ Para el marco y la biblioteca que no se [instrumentan automáticamente](#instrum

Para instrumentar automáticamente el rendimiento de las llamadas de la aplicación .NET framework a estos almacenes de datos, asegúrese de tener la [versión 8.14 o superior del agente .NET](/docs/release-notes/agent-release-notes/net-release-notes):

Use the built-in `System.Data.ODBC` namespace from the .NET Framework.

* Available in all currently supported .NET Framework agent versions.
* All versions of the .NET Framework currently supported by Microsoft are verified to be compatible.

<!---->

* Última versión compatible verificada: 4.0.40
* Versiones incompatibles conocidas: 4.0.44 o superior

Expand Down Expand Up @@ -1257,6 +1288,18 @@ Para el marco y la biblioteca que no se [instrumentan automáticamente](#instrum
</td>
</tr>

<tr>
<td>
System.Data.ODBC
</td>

<td className="fcenter">
<Icon style={{color: '#328787'}} name="fe-check" />
</td>

<td />
</tr>

<tr>
<td>
MongoDB (controlador legacy )
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Cerciorar de que sus Azure Functions cumplan con nuestros [requisitos y compatib
1. Agregue el paquete NuGet `NewRelic.Agent` a su proyecto de aplicación.

* En el editor de código de Visual Studio, use el administrador de paquetes de NuGet para buscar y agregar la última versión de `NewRelic.Agent` a su aplicación.
* Si está empleando otros entornos de desarrollo, puede agregar el paquete con `dotnet add packages NewRelic.Agent`.
* Si está empleando otros entornos de desarrollo, puede agregar el paquete con `dotnet add package NewRelic.Agent`.

2. Emplee su mecanismo de publicación preferido para implementar su aplicación actualizada en Azure. Esto incluye el agente New Relic, que está instalado en la carpeta `/home/site/www/newrelic` .
</TabsPageItem>
Expand Down

0 comments on commit f9fcccb

Please sign in to comment.