Skip to content

Commit e530a0e

Browse files
committed
Doc Changes
Doc Changes
1 parent 2e77b66 commit e530a0e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

articles/network-watcher/connection-monitor-overview.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,10 +275,22 @@ To view the trends in RTT and the percentage of failed checks for a test:
275275

276276
Use Log Analytics to create custom views of your monitoring data. All data that the UI displays is from Log Analytics. You can interactively analyze data in the repository. Correlate the data from Agent Health or other solutions that are based in Log Analytics. Export the data to Excel or Power BI, or create a shareable link.
277277

278+
#### Network Topology in Connection Monitor
279+
280+
Connection Monitor topology is usually built using the result of Trace route command performed by the agent which basically gets all the hops from source to destination.
281+
However in case when either source/destination lies with in Azure Boundary, Topology is built by merging the results of 2 distinct operations.
282+
First one is obviously the result of Trace Route command. The 2nd one is the result of an internal command (very similar to Next Hop Diagnostics tool of NW) which identifies a logical route based on (customer) network configuration within Azure Boundary.
283+
Since the later one is logical and the former one doesn't usually identify any hops with in Azure Boundary, few hops in the merged result (mostly all the hops in the Azure Boundary) will not have latency values.
284+
278285
#### Metrics in Azure Monitor
279286

280287
In connection monitors that were created before the Connection Monitor experience, all four metrics are available: % Probes Failed, AverageRoundtripMs, ChecksFailedPercent, and RoundTripTimeMs. In connection monitors that were created in the Connection Monitor experience, data is available only for ChecksFailedPercent, RoundTripTimeMs and Test Result metrics.
281288

289+
Metrics are emitted as per monitoring frequency and describe aspect of a connection monitor at a particular time.
290+
Connection Monitor metrics also have multiple dimensions such as SourceName, DestinationName, TestConfiguration, TestGroup etc.
291+
These dimensions can be used to visualize a specific set of data and also to target the same while defining alerts.
292+
Currently Azure Metrics allows minimum granularity of 1 minute, If frequency is less than 1 minute, aggregated results will be displayed
293+
282294
:::image type="content" source="./media/connection-monitor-2-preview/monitor-metrics.png" alt-text="Screenshot showing metrics in Connection Monitor" lightbox="./media/connection-monitor-2-preview/monitor-metrics.png":::
283295

284296
When you use metrics, set the resource type as Microsoft.Network/networkWatchers/connectionMonitors

0 commit comments

Comments
 (0)