Azure Logic Apps¶
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:
workflowName
- The name of the Azure Logic App
All supported metrics are documented in the official Azure Monitor documentation.
Example¶
Here is an example configuration:
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