Skip to content

Latest commit

 

History

History
1054 lines (826 loc) · 15.2 KB

azure-logic-apps-monitoring-integration.mdx

File metadata and controls

1054 lines (826 loc) · 15.2 KB
title tags metaDescription redirects freshnessValidatedDate
Azure Logic Apps monitoring integration
Integrations
Microsoft Azure integrations
Azure integrations list
New Relic's Microsoft Azure API Management integration: how to install it, configure it, and understand the data it reports.
/docs/integrations/microsoft-azure-integrations/azure-integrations-list/azure-logic-apps-monitoring-integration
/docs/azure-azure_logicapps-integration
never

New Relic's integrations include an integration for reporting your Azure Logic Apps data to our products. Here we explain how to activate the integration and what data it collects.

Activate integration [#activate]

To enable the integration follow standard procedures to activate your Azure service in New Relic.

Configuration and polling [#polling]

You can change the polling frequency and filter data using configuration options.

Default polling information for the Azure Logic Apps integration:

  • New Relic polling interval: 5 minutes

Find and use data [#find-data]

To find your integration data, go to one.newrelic.com > All capabilities > Infrastructure > Azure and select an integration.

Data is attached to the following event type:

  <th>
    Event Type
  </th>

  <th>
    Provider
  </th>
</tr>
  <td>
    `AzureLogicAppsWorkflowSample`
  </td>

  <td>
    `AzureLogicAppsWorkflow`
  </td>
</tr>

<tr>
  <td>
    IntegrationServiceEnvironment
  </td>

  <td>
    `AzureLogicAppsIntegrationServiceEnvironmentSample`
  </td>

  <td>
    `AzureLogicAppsIntegrationServiceEnvironment`
  </td>
</tr>
Entity
Workflow

For more on how to use your data, see Understand and use integration data.

Metric data [#metrics]

This integration collects Azure Logic Apps data for Workflow and IntegrationServiceEnvironment.

Logic Apps Workflow data

  <th style={{ width: "150px" }}>
    Unit
  </th>

  <th>
    Description
  </th>
</tr>
  <td>
    Count
  </td>

  <td>
    Number of workflow runs started.
  </td>
</tr>

<tr>
  <td>
    `runsCompleted`
  </td>

  <td>
    Count
  </td>

  <td>
    Number of workflow runs completed.
  </td>
</tr>

<tr>
  <td>
    `runsSucceeded`
  </td>

  <td>
    Count
  </td>

  <td>
    Number of workflow runs succeeded.
  </td>
</tr>

<tr>
  <td>
    `runsFailed`
  </td>

  <td>
    Count
  </td>

  <td>
    Number of workflow runs failed.
  </td>
</tr>

<tr>
  <td>
    `runsCancelled`
  </td>

  <td>
    Count
  </td>

  <td>
    Number of workflow runs cancelled.
  </td>
</tr>

<tr>
  <td>
    `runLatencySeconds`
  </td>

  <td>
    Seconds
  </td>

  <td>
    Latency of completed workflow runs.
  </td>
</tr>

<tr>
  <td>
    `runSuccessLatencySeconds`
  </td>

  <td>
    Seconds
  </td>

  <td>
    Latency of succeeded workflow runs.
  </td>
</tr>

<tr>
  <td>
    `runThrottledEvents`
  </td>

  <td>
    Count
  </td>

  <td>
    Number of workflow action or trigger throttled events.
  </td>
</tr>

<tr>
  <td>
    `runStartThrottledEvents`
  </td>

  <td>
    Count
  </td>

  <td>
    Number of workflow run start throttled events.
  </td>
</tr>

<tr>
  <td>
    `runFailurePercent`
  </td>

  <td>
    Percent
  </td>

  <td>
    Percentage of workflow runs failed.
  </td>
</tr>

<tr>
  <td>
    `actionsStarted`
  </td>

  <td>
    Count
  </td>

  <td>
    Number of workflow actions started.
  </td>
</tr>

<tr>
  <td>
    `actionsCompleted`
  </td>

  <td>
    Count
  </td>

  <td>
    Number of workflow actions completed.
  </td>
</tr>

<tr>
  <td>
    `actionsSucceeded`
  </td>

  <td>
    Count
  </td>

  <td>
    Number of workflow actions succeeded.
  </td>
</tr>

<tr>
  <td>
    `actionsFailed`
  </td>

  <td>
    Count
  </td>

  <td>
    Number of workflow actions failed.
  </td>
</tr>

<tr>
  <td>
    `actionsSkipped`
  </td>

  <td>
    Count
  </td>

  <td>
    Number of workflow actions skipped.
  </td>
</tr>

<tr>
  <td>
    `actionLatencySeconds`
  </td>

  <td>
    Seconds
  </td>

  <td>
    Latency of completed workflow actions.
  </td>
</tr>

<tr>
  <td>
    `actionSuccessLatencySeconds`
  </td>

  <td>
    Seconds
  </td>

  <td>
    Latency of succeeded workflow actions.
  </td>
</tr>

<tr>
  <td>
    `actionThrottledEvents`
  </td>

  <td>
    Count
  </td>

  <td>
    Number of workflow action throttled events..
  </td>
</tr>

<tr>
  <td>
    `triggersStarted`
  </td>

  <td>
    Count
  </td>

  <td>
    Number of workflow triggers started.
  </td>
</tr>

<tr>
  <td>
    `triggersCompleted`
  </td>

  <td>
    Count
  </td>

  <td>
    Number of workflow triggers completed.
  </td>
</tr>

<tr>
  <td>
    `triggersSucceeded`
  </td>

  <td>
    Count
  </td>

  <td>
    Number of workflow triggers succeeded.
  </td>
</tr>

<tr>
  <td>
    `triggersFailed`
  </td>

  <td>
    Count
  </td>

  <td>
    Number of workflow triggers failed.
  </td>
</tr>

<tr>
  <td>
    `triggersSkipped`
  </td>

  <td>
    Count
  </td>

  <td>
    Number of workflow triggers skipped.
  </td>
</tr>

<tr>
  <td>
    `triggersFired`
  </td>

  <td>
    Count
  </td>

  <td>
    Number of workflow triggers fired.
  </td>
</tr>

<tr>
  <td>
    `triggerLatencySeconds`
  </td>

  <td>
    Seconds
  </td>

  <td>
    Latency of completed workflow triggers.
  </td>
</tr>

<tr>
  <td>
    `triggerFireLatencySeconds`
  </td>

  <td>
    Seconds
  </td>

  <td>
    Latency of fired workflow triggers.
  </td>
</tr>

<tr>
  <td>
    `triggerSuccessLatencySeconds`
  </td>

  <td>
    Seconds
  </td>

  <td>
    Latency of succeeded workflow triggers.
  </td>
</tr>

<tr>
  <td>
    `triggerThrottledEvents`
  </td>

  <td>
    Count
  </td>

  <td>
    Number of workflow trigger throttled events.
  </td>
</tr>

<tr>
  <td>
    `billableActionExecutions`
  </td>

  <td>
    Count
  </td>

  <td>
    Number of workflow action executions getting billed.
  </td>
</tr>

<tr>
  <td>
    `billableTriggerExecutions`
  </td>

  <td>
    Count
  </td>

  <td>
    Number of workflow trigger executions getting billed.
  </td>
</tr>

<tr>
  <td>
    `totalBillableExecutions`
  </td>

  <td>
    Count
  </td>

  <td>
    Number of workflow executions getting billed.
  </td>
</tr>

<tr>
  <td>
    `billingUsageNativeOperation`
  </td>

  <td>
    Count
  </td>

  <td>
    Number of native operation executions getting billed.
  </td>
</tr>

<tr>
  <td>
    `billingUsageStandardConnector`
  </td>

  <td>
    Count
  </td>

  <td>
    Number of standard connector executions getting billed.
  </td>
</tr>

<tr>
  <td>
    `billingUsageStorageConsumption`
  </td>

  <td>
    Count
  </td>

  <td>
    Number of storage consumption executions getting billed.
  </td>
</tr>
Metric
`runsStarted`

Logic Apps IntegrationServiceEnvironment data

  <th style={{ width: "150px" }}>
    Unit
  </th>

  <th>
    Description
  </th>
</tr>
  <td>
    Count
  </td>

  <td>
    Number of workflow runs started.
  </td>
</tr>

<tr>
  <td>
    `runsCompleted`
  </td>

  <td>
    Count
  </td>

  <td>
    Number of workflow runs completed.
  </td>
</tr>

<tr>
  <td>
    `runsSucceeded`
  </td>

  <td>
    Count
  </td>

  <td>
    Number of workflow runs succeeded.
  </td>
</tr>

<tr>
  <td>
    `runsFailed`
  </td>

  <td>
    Count
  </td>

  <td>
    Number of workflow runs failed.
  </td>
</tr>

<tr>
  <td>
    `runsCancelled`
  </td>

  <td>
    Count
  </td>

  <td>
    Number of workflow runs cancelled.
  </td>
</tr>

<tr>
  <td>
    `runLatencySeconds`
  </td>

  <td>
    Seconds
  </td>

  <td>
    Latency of completed workflow runs.
  </td>
</tr>

<tr>
  <td>
    `runSuccessLatencySeconds`
  </td>

  <td>
    Seconds
  </td>

  <td>
    Latency of succeeded workflow runs.
  </td>
</tr>

<tr>
  <td>
    `runThrottledEvents`
  </td>

  <td>
    Count
  </td>

  <td>
    Number of workflow action or trigger throttled events.
  </td>
</tr>

<tr>
  <td>
    `runStartThrottledEvents`
  </td>

  <td>
    Count
  </td>

  <td>
    Number of workflow run start throttled events.
  </td>
</tr>

<tr>
  <td>
    `runFailurePercent`
  </td>

  <td>
    Percent
  </td>

  <td>
    Percentage of workflow runs failed.
  </td>
</tr>

<tr>
  <td>
    `actionsStarted`
  </td>

  <td>
    Count
  </td>

  <td>
    Number of workflow actions started.
  </td>
</tr>

<tr>
  <td>
    `actionsCompleted`
  </td>

  <td>
    Count
  </td>

  <td>
    Number of workflow actions completed.
  </td>
</tr>

<tr>
  <td>
    `actionsSucceeded`
  </td>

  <td>
    Count
  </td>

  <td>
    Number of workflow actions succeeded.
  </td>
</tr>

<tr>
  <td>
    `actionsFailed`
  </td>

  <td>
    Count
  </td>

  <td>
    Number of workflow actions failed.
  </td>
</tr>

<tr>
  <td>
    `actionsSkipped`
  </td>

  <td>
    Count
  </td>

  <td>
    Number of workflow actions skipped.
  </td>
</tr>

<tr>
  <td>
    `actionLatencySeconds`
  </td>

  <td>
    Seconds
  </td>

  <td>
    Latency of completed workflow actions.
  </td>
</tr>

<tr>
  <td>
    `actionSuccessLatencySeconds`
  </td>

  <td>
    Seconds
  </td>

  <td>
    Latency of succeeded workflow actions.
  </td>
</tr>

<tr>
  <td>
    `actionThrottledEvents`
  </td>

  <td>
    Count
  </td>

  <td>
    Number of workflow action throttled events..
  </td>
</tr>

<tr>
  <td>
    `triggersStarted`
  </td>

  <td>
    Count
  </td>

  <td>
    Number of workflow triggers started.
  </td>
</tr>

<tr>
  <td>
    `triggersCompleted`
  </td>

  <td>
    Count
  </td>

  <td>
    Number of workflow triggers completed.
  </td>
</tr>

<tr>
  <td>
    `triggersSucceeded`
  </td>

  <td>
    Count
  </td>

  <td>
    Number of workflow triggers succeeded.
  </td>
</tr>

<tr>
  <td>
    `triggersFailed`
  </td>

  <td>
    Count
  </td>

  <td>
    Number of workflow triggers failed.
  </td>
</tr>

<tr>
  <td>
    `triggersSkipped`
  </td>

  <td>
    Count
  </td>

  <td>
    Number of workflow triggers skipped.
  </td>
</tr>

<tr>
  <td>
    `triggersFired`
  </td>

  <td>
    Count
  </td>

  <td>
    Number of workflow triggers fired.
  </td>
</tr>

<tr>
  <td>
    `triggerLatencySeconds`
  </td>

  <td>
    Seconds
  </td>

  <td>
    Latency of completed workflow triggers.
  </td>
</tr>

<tr>
  <td>
    `triggerFireLatencySeconds`
  </td>

  <td>
    Seconds
  </td>

  <td>
    Latency of fired workflow triggers.
  </td>
</tr>

<tr>
  <td>
    `triggerSuccessLatencySeconds`
  </td>

  <td>
    Seconds
  </td>

  <td>
    Latency of succeeded workflow triggers.
  </td>
</tr>

<tr>
  <td>
    `triggerThrottledEvents`
  </td>

  <td>
    Count
  </td>

  <td>
    Number of workflow trigger throttled events.
  </td>
</tr>

<tr>
  <td>
    `integrationServiceEnvironmentWorkflowProcessorUsagePercent`
  </td>

  <td>
    Percent
  </td>

  <td>
    Workflow processor usage for integration service environment.
  </td>
</tr>

<tr>
  <td>
    `integrationServiceEnvironmentWorkflowMemoryUsagePercent`
  </td>

  <td>
    Percent
  </td>

  <td>
    Workflow memory usage for integration service environment.
  </td>
</tr>

<tr>
  <td>
    `integrationServiceEnvironmentConnectorProcessorUsagePercent`
  </td>

  <td>
    Percent
  </td>

  <td>
    Connector processor usage for integration service environment.
  </td>
</tr>

<tr>
  <td>
    `integrationServiceEnvironmentConnectorMemoryUsagePercent`
  </td>

  <td>
    Percent
  </td>

  <td>
    Connector memory usage for integration service environment.
  </td>
</tr>
Metric
`runsStarted`