Skip to content

Commit 98c7295

Browse files
Merge pull request #231785 from greg-lindsay/atm-freshness
fix source IP label
2 parents 86ef004 + 277dd1c commit 98c7295

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

articles/traffic-manager/traffic-manager-traffic-view-overview.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: traffic-manager
88
ms.topic: article
99
ms.tgt_pltfrm:
1010
ms.workload: infrastructure
11-
ms.date: 04/18/2022
11+
ms.date: 03/22/2023
1212
ms.author: greglin
1313
ms.custom:
1414
---
@@ -27,7 +27,7 @@ For example, you can use Traffic View to understand which regions have a large a
2727

2828
## How Traffic View works
2929

30-
Traffic View works by look at the incoming queries received over the last seven days for a profile. From the incoming queries information, Traffic View extracts the source IP of the DNS resolver used to represent the location of the users. This information gets grouped together at a DNS resolver level to create user-base regions. Traffic Manager maintains the geographic information of IP addresses. Traffic Manager then looks at the Azure regions to which the query gets routed and constructs a traffic flow map for users from those regions.
30+
Traffic View works by look at the incoming queries received over the last seven days for a profile. From the incoming queries information, Traffic View extracts the subnet address for the DNS resolver used to represent the location of the users. This information gets grouped together at a DNS resolver level to create user-base regions. Traffic Manager maintains the geographic information of IP addresses. Traffic Manager then looks at the Azure regions to which the query gets routed and constructs a traffic flow map for users from those regions.
3131

3232
In the next step, Traffic Manager correlates the user base region to Azure region mapping with the network intelligence latency tables. This table is maintained for different end-user networks to understand the average latency experienced by users from those regions when connecting to Azure regions. All these calculations are then combined at a per local DNS resolver IP level before it's presented to you. You can consume the information in various ways.
3333

@@ -47,7 +47,7 @@ When you navigate to the **Traffic View** section in your Traffic Manager page,
4747
For those local DNS resolvers for which location information is available, they're shown in the map. The color of the DNS resolver denotes the average latency experienced by end users who used that DNS resolver for their Traffic Manager queries.
4848

4949
If you hover over a DNS resolver location in the map, it shows:
50-
- the IP address of the DNS resolver
50+
- the subnet of the DNS resolver (labeled as: DNS query source IP)
5151
- the volume of DNS query traffic seen by Traffic Manager from it
5252
- the endpoints to which traffic from the DNS resolver was routed, as a line between the endpoint and the DNS resolver
5353
- the average latency from that location to the endpoint, represented as the color of the line connecting them
@@ -61,11 +61,11 @@ The Azure regions in which the endpoints are located are shown as blue dots in t
6161

6262
You can view the Traffic View data in a tabular format in Azure portal. There's an entry for each DNS resolver IP / endpoint pair that shows:
6363

64-
* The IP address of the DNS resolver.
65-
* The name.
66-
* The geographical location of the Azure region in which the endpoint is located (if available).
67-
* The volume of requests associated with that DNS resolver to that endpoint.
68-
* The representative latency associated with end users using that DNS (where available).
64+
* The subnet of the DNS resolver (labeled as: DNS query source IP)
65+
* The name
66+
* The geographical location of the Azure region in which the endpoint is located (if available)
67+
* The volume of requests associated with that DNS resolver to that endpoint
68+
* The representative latency associated with end users using that DNS (where available)
6969

7070
You can also download the Traffic View data as a CSV file that can be used as a part of an analytics workflow of your choice.
7171

0 commit comments

Comments
 (0)