Azure Logic Apps

Availability BadgeResource Discovery Support Badge

You can declare to scrape an Azure Logic App via the LogicApp resource type.

When using declared resources, the following fields need to be provided:

All supported metrics are documented in the official Azure Monitor documentation.

Example:

name: azure_logic_apps_failed_run
description: "Total amount of failed runs for Azure Logic Apps"
resourceType: LogicApp
azureMetricConfiguration:
  metricName: RunsFailed
  aggregation:
    type: Total
resources: # Optional, required when no resource discovery is configured
- workflowName: promitor-workflow-1
- workflowName: promitor-workflow-2
resourceDiscoveryGroups: # Optional, requires Promitor Resource Discovery agent (https://promitor.io/concepts/how-it-works#using-resource-discovery)
- name: logic-apps-landscape

← back to metrics declarations
← back to introduction