You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/alerts/organize-alerts/change-applied-intelligence-correlation-logic-decisions.mdx
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -412,7 +412,7 @@ The time range is set to 20 minutes by default. You can adjust it between 1-120
412
412
413
413
#### Step 5: Testing your decision using a simulation [#basic-test-with-simulation]
414
414
415
-
After adding a filter logic, the system automatically runs a [simulation](#simulations) using the past 7 days of incident data.
415
+
After adding filter logic, the system automatically runs a [simulation](#simulations) using the past 7 days of incident data to help you validate the decision before applying it.
416
416
417
417
You can also manually trigger the simulation by clicking <DNT>**Simulate**</DNT>, which you may want to do if something is changed in the decision.
418
418
@@ -1295,9 +1295,17 @@ You can use the correlation assistant to more quickly analyze [incidents](/docs/
1295
1295
</Collapser>
1296
1296
</CollapserGroup>
1297
1297
1298
+
### Simulation vs real-time correlation [#simulation-vs-decisions]
1299
+
1300
+
It's important to understand the difference between simulation and real-time correlation in decisions:
1301
+
1302
+
* <DNT>**Simulation**</DNT>: Simulation correlation involves analyzing two separate incidents to understand their relationship under simulated conditions. These incidents can originate from either the same underlying issue or from different issues. The focus is on determining potential causative factors or shared characteristics between individual incidents. Simulation helps you test and validate your correlation logic against historical data before applying it in real-time.
1303
+
1304
+
* <DNT>**Real-time correlation (decisions)**</DNT>: In contrast, real-time correlation targets distinct issues, with each issue potentially encompassing multiple incidents. The aim is to detect and connect patterns across these multiple incidents to identify underlying issues for more efficient correlation. Real-time correlation leverages live data streams, allowing for prompt identification and response to emerging problems.
1305
+
1298
1306
### Using simulation [#simulations]
1299
1307
1300
-
Simulation will test the logic against the last week of your data and show you how many correlations would have happened. Here's a breakdown of the decision preview information displayed when you simulate:
1308
+
Simulation tests your correlation logic by analyzing two separate incidents from the last week of your data, showing you how many correlations would have happened. This allows you to validate your decision logic before it's applied to real-time correlation of issues. Here's a breakdown of the decision preview information displayed when you simulate:
1301
1309
1302
1310
* <DNT>**Potential correlation rate:**</DNT> The percentage of tested incidents this decision would have affected.
1303
1311
* <DNT>**Total created incidents:**</DNT> The number of incidents tested by this decision.
- Fix an issue that artifacts are missing for monoEnabled build
10
+
11
+
## Support statement
12
+
13
+
We recommend updating the agent at least every three months. Find specific policies and dates for Android agent support in the [Mobile Monitoring Agents EOL Policy](/docs/mobile-monitoring/new-relic-mobile/get-started/mobile-agents-eol-policy/#android-eol).
The .NET agent is compatible with .NET Core version 3.1, and .NET 5.0, 6.0, 7.0, 8.0, 9.0, and 10.0.
39
+
El agente .NET es compatible con .NET Core versión 3.1 y .NET 5.0, 6.0, 7.0, 8.0, 9.0 y 10.0.
40
40
41
41
<Calloutvariant="important">
42
42
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.
@@ -271,7 +271,7 @@ Para el marco y la biblioteca que no se [instrumentan automáticamente](#instrum
The .NET agent is compatible with applications targeting .NET Core 3.1, and .NET 5.0, 6.0, 7.0, 8.0, 9.0, and 10.0. You can find the target framework in your`.csproj` file. Agent compatibility varies across different versions of .NET Core.
274
+
El agente .NET es compatible con aplicaciones destinadas a .NET Core 3.1 y .NET 5.0, 6.0, 7.0, 8.0, 9.0 y 10.0. Puede encontrar el framework objetivo en su archivo`.csproj`. La compatibilidad del agente varía según las diferentes versiones de .NET Core.
275
275
276
276
Compatible:
277
277
@@ -319,8 +319,8 @@ Para el marco y la biblioteca que no se [instrumentan automáticamente](#instrum
319
319
<CollapserclassName="freq-link"id="app-frameworks-core"title="Marco de la aplicación">
320
320
El agente .NET instrumentó automáticamente este marco de aplicación:
321
321
322
-
* ASP.NET Core MVC 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0, and 10.0 (includes Web API)
323
-
* ASP.NET Core Razor Pages 6.0, 7.0, 8.0, 9.0, and 10.0 (starting with .NET agent version 10.19.0)
322
+
* ASP.NET Core MVC 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0 y 10.0 (incluye API sitio web)
323
+
* ASP.NET Core Razor Pages 6.0, 7.0, 8.0, 9.0 y 10.0 (a partir de la versión 10.19.0 del agente .NET)
324
324
</Collapser>
325
325
326
326
<CollapserclassName="freq-link"id="database-core"title="Almacenes de datos">
@@ -357,7 +357,7 @@ Para el marco y la biblioteca que no se [instrumentan automáticamente](#instrum
357
357
El agente .NET `v9.2.0` o superior instrumentó automáticamente la biblioteca [Microsoft.Azure.Cosmos](https://www.nuget.org/packages/Microsoft.Azure.Cosmos) .
358
358
359
359
* Versión mínima admitida: 3.17.0
360
-
* Latest verified compatible version: 3.56.0
360
+
* Última versión compatible verificada: 3.56.0
361
361
* Las versiones 3.35.0 y superiores son compatibles a partir del agente .NET v10.32.0
362
362
</td>
363
363
</tr>
@@ -434,7 +434,7 @@ Para el marco y la biblioteca que no se [instrumentan automáticamente](#instrum
También se pueden instrumentar versiones anteriores de Npgsql, pero es posible que haya duplicados y/o faltan métricas.
440
440
</td>
@@ -452,7 +452,7 @@ Para el marco y la biblioteca que no se [instrumentan automáticamente](#instrum
452
452
<td>
453
453
Versión mínima admitida: 2.3.0
454
454
455
-
Latest verified compatible version: 3.5.2
455
+
Última versión compatible verificada: 3.5.2
456
456
457
457
Versiones 3.0.0 y superiores son compatibles a partir del agente .NET v10.40.0.
458
458
@@ -570,7 +570,7 @@ Para el marco y la biblioteca que no se [instrumentan automáticamente](#instrum
570
570
571
571
* Versión mínima compatible: 3.5.0
572
572
573
-
*Latest verified compatible version: 4.0.10.1
573
+
*Última versión compatible verificada: 4.0.10.1
574
574
575
575
* Versión mínima del agente requerida: 10.33.0
576
576
</td>
@@ -907,7 +907,7 @@ Para el marco y la biblioteca que no se [instrumentan automáticamente](#instrum
907
907
908
908
* Versión mínima soportada: 3.5.2
909
909
910
-
*Latest verified compatible version: 7.1.2
910
+
*Última versión compatible verificada: 7.1.2
911
911
</td>
912
912
</tr>
913
913
@@ -921,7 +921,7 @@ Para el marco y la biblioteca que no se [instrumentan automáticamente](#instrum
921
921
922
922
* Versión mínima soportada: 7.1.0
923
923
924
-
*Latest verified compatible version: 8.5.7
924
+
*Última versión compatible verificada: 8.5.7
925
925
</td>
926
926
</tr>
927
927
@@ -949,7 +949,7 @@ Para el marco y la biblioteca que no se [instrumentan automáticamente](#instrum
949
949
950
950
* Versión mínima compatible: 3.7.0
951
951
952
-
*Latest verified compatible version: 4.0.7.6
952
+
*Última versión compatible verificada: 4.0.7.6
953
953
</td>
954
954
</tr>
955
955
@@ -963,7 +963,7 @@ Para el marco y la biblioteca que no se [instrumentan automáticamente](#instrum
963
963
964
964
* Versión mínima compatible: 3.7.0
965
965
966
-
*Latest verified compatible version: 4.0.3.5
966
+
*Última versión compatible verificada: 4.0.3.5
967
967
</td>
968
968
</tr>
969
969
@@ -1343,7 +1343,7 @@ Para el marco y la biblioteca que no se [instrumentan automáticamente](#instrum
1343
1343
El agente .NET `v9.2.0` o superior instrumenta automáticamente la biblioteca [Microsoft.Azure.Cosmos](https://www.nuget.org/packages/Microsoft.Azure.Cosmos) .
1344
1344
1345
1345
* Versión mínima admitida: 3.17.0
1346
-
* Latest verified compatible version: 3.56.0
1346
+
* Última versión compatible verificada: 3.56.0
1347
1347
* Las versiones 3.35.0 y superiores son compatibles a partir del agente .NET v10.32.0
1348
1348
</td>
1349
1349
</tr>
@@ -1461,7 +1461,7 @@ Para el marco y la biblioteca que no se [instrumentan automáticamente](#instrum
1461
1461
<td>
1462
1462
Versión mínima admitida: 2.3.0
1463
1463
1464
-
Latest verified compatible version: 3.5.2
1464
+
Última versión compatible verificada: 3.5.2
1465
1465
1466
1466
Versiones 3.0.0 y superiores son compatibles a partir del agente .NET v10.40.0.
1467
1467
@@ -1531,7 +1531,7 @@ Para el marco y la biblioteca que no se [instrumentan automáticamente](#instrum
0 commit comments