Skip to content

Commit

Permalink
chore: Update config for Azure Front Door (#1547)
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Kerkhove <kerkhove.tom@gmail.com>
  • Loading branch information
tomkerkhove authored Mar 3, 2021
1 parent f0a80fe commit 24a52f4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions config/promitor/scraper/metrics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,18 @@ metricDefaults:
# Every minute
schedule: "0 * * ? * *"
metrics:
- name: promitor_demo_frontdoor_backend_health
description: "Average percentage of memory usage on an Azure App Plan"
resourceType: FrontDoor
labels:
app: promitor
azureMetricConfiguration:
metricName: BackendHealthPercentage
aggregation:
type: Average
resources:
- name: promitor-landscape
resourceGroupName: promitor-landscape
- name: promitor_demo_appplan_percentage_cpu
description: "Average percentage of memory usage on an Azure App Plan"
resourceType: AppPlan
Expand Down

0 comments on commit 24a52f4

Please sign in to comment.