Skip to content

Commit 3c4f237

Browse files
authored
Merge pull request #178425 from asudbring/tm-metrics
Added paragraph on probes and alerting and screenshot of alert example for Traffic Manager
2 parents 5913bd1 + 8e72d7d commit 3c4f237

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed
113 KB
Loading

articles/traffic-manager/traffic-manager-metrics-alerts.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,17 @@ You can consume these metrics through [Azure Monitor service](../azure-monitor/e
5858
## Alerts on Traffic Manager metrics
5959
In addition to processing and displaying metrics from Traffic Manager, Azure Monitor enables customers to configure and receive alerts associated with these metrics. You can choose what conditions need to be met in these metrics for an alert to occur, how often those conditions need to be monitored, and how the alerts should be sent to you. For more information, see [Azure Monitor alerts documentation](../azure-monitor/alerts/alerts-metric.md).
6060

61+
Alert monitoring is important to ensure the system notifies when probes are down. Overly sensitive monitoring can be a distraction. Traffic Manager deploys multiple probes to increase resiliency. The threshold for probe statuses should be less than 0.5. If the average for **up** status falls below 0.5 (meaning less than 50% of probes are up) there should be an alert for an endpoint failure.
62+
63+
> [!NOTE]
64+
> Multiple probes are deployed to increase resiliency. If one probe is down out of the many that are being sent, it doesn't necessarily reflect that the endpoint is down. The endpoint is only classified as down if the majority of probes returned are down.
65+
66+
The following configuration is an example of an alert setup.
67+
68+
:::image type="content" source="./media/traffic-manager-metrics-alerts/alert-example.png" alt-text="Screenshot of probe threshold alert example.":::
69+
70+
For more information about probes and monitoring, see [Traffic Manager endpoint monitoring](traffic-manager-monitoring.md).
71+
6172
## Next steps
6273
- Learn more about [Azure Monitor service](../azure-monitor/essentials/metrics-supported.md)
6374
- Learn how to [create a chart using Azure Monitor](../azure-monitor/essentials/metrics-getting-started.md#create-your-first-metric-chart)

0 commit comments

Comments
 (0)