Skip to content

Commit 06ac88a

Browse files
authored
Fix metrics and traces for SAP NCo
1 parent a89b2b6 commit 06ac88a

File tree

1 file changed

+5
-3
lines changed
  • articles/logic-apps/connectors

1 file changed

+5
-3
lines changed

articles/logic-apps/connectors/sap.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1084,7 +1084,7 @@ See the steps for [SAP logging for Consumption logic apps in multitenant workflo
10841084

10851085
## Enable SAP client library (NCo) logging and tracing (Built-in connector only)
10861086

1087-
When you have to investigate any problems with this component, you can set up custom text file-based NCo tracing, which SAP or Microsoft support might request from you. *Traces* include text information that's used with metrics. This information is sent to the Application Insights table named **traces**. By default, traces are sent at 10-minute intervals. By default, this capability is disabled because enabling this trace might negatively affect performance and quickly consume the application host's storage space.
1087+
When you have to investigate any problems with this component, you can set up custom text file-based NCo tracing, which SAP or Microsoft support might request from you. By default, this capability is disabled because enabling this trace might negatively affect performance and quickly consume the application host's storage space.
10881088

10891089
You can control this tracing capability at the application level by adding the following settings:
10901090

@@ -1170,22 +1170,24 @@ With the August 2021 update for the on-premises data gateway, SAP connector oper
11701170

11711171
### Metrics and traces from SAP NCo client library
11721172

1173-
*Metrics* are numeric values that might or might not vary over a time period, based on the usage and availability of resources on the on-premises data gateway. You can use these metrics to better understand system health and to create alerts about the following activities:
1173+
SAP NCo-based metrics are numeric values that might or might not vary over a time period, based on the usage and availability of resources on the on-premises data gateway. You can use these metrics to better understand system health and to create alerts about the following activities:
11741174

11751175
* System health decline.
11761176
* Unusual events.
11771177
* Heavy system load.
11781178

11791179
This information is sent to the Application Insights table named **customMetrics**. By default, metrics are sent at 30-second intervals.
11801180

1181+
SAP NCo-based traces include text information that's used with metrics. This information is sent to the Application Insights table named **traces**. By default, traces are sent at 10-minute intervals.
1182+
11811183
SAP NCo metrics and traces are based on SAP NCo metrics, specifically the following NCo classes:
11821184

11831185
* RfcDestinationMonitor.
11841186
* RfcConnectionMonitor.
11851187
* RfcServerMonitor.
11861188
* RfcRepositoryMonitor.
11871189

1188-
For more information about the metrics that each class provides, review the [SAP NCo documentation (sign-in required)](https://support.sap.com/en/product/connectors/msnet.html#section_512604546).
1190+
For more information about the metrics that each class provides, see the [SAP NCo documentation (sign-in required)](https://support.sap.com/en/product/connectors/msnet.html#section_512604546).
11891191

11901192
### Set up SAP telemetry for Application Insights
11911193

0 commit comments

Comments
 (0)