<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Bidirectional Synthetic Monitoring (cloud evni ↔ OnPrem) and Correlated Alerting Best Practice in Open Q&amp;A</title>
    <link>https://community.dynatrace.com/t5/Open-Q-A/Bidirectional-Synthetic-Monitoring-cloud-evni-OnPrem-and/m-p/304255#M40219</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/103617"&gt;@gauravpayghan&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm not sure if you're still seeking an answer; however, I'll share my thoughts in case it's still helpful.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN&gt;From a Dynatrace architecture perspective, what is the recommended approach for validating cross-environment flow and availability?&amp;nbsp;Combination of approaches specifically HTTP GET + TCP as minimum, with DNS as a supporting signal only.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;Is DNS-only monitoring considered sufficient for availability validation, or should it only be a supporting signal?&amp;nbsp;No. DNS-only is not sufficient for availability validation. It only confirms that a hostname resolves to an IP.&amp;nbsp;DNS should be used only as a supplementary diagnostic signal, not as a primary availability check.&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;For cloud-native applications where backend IPs change frequently, is hostname-based monitoring via HTTP/TCP the preferred approach?&amp;nbsp;Yes, hostname-based HTTP/TCP is the correct approach&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;What is the recommended correlation approach in Dynatrace?&amp;nbsp;Recommended: Combination of Davis AI + Metric Events + Workflows&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN&gt;Why not DQL Events as primary? DQL Events are better suited for log-based or custom telemetry signals not for synthetic + service correlation.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Sujit&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 10 Sep 2026 06:21:17 GMT</pubDate>
    <dc:creator>sujit_k_singh</dc:creator>
    <dc:date>2026-09-10T06:21:17Z</dc:date>
    <item>
      <title>Bidirectional Synthetic Monitoring (cloud evni ↔ OnPrem) and Correlated Alerting Best Practice</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Bidirectional-Synthetic-Monitoring-cloud-evni-OnPrem-and/m-p/303109#M39378</link>
      <description>&lt;P&gt;We are designing bidirectional synthetic monitoring where:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;AWS environment monitors 2 endpoints hosted in OnPrem&lt;/LI&gt;
&lt;LI&gt;OnPrem environment monitors 2 endpoints hosted in AWS&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;We are evaluating the best monitoring approach:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;DNS Network Monitor&lt;/LI&gt;
&lt;LI&gt;TCP Network Monitor&lt;/LI&gt;
&lt;LI&gt;HTTP GET&lt;/LI&gt;
&lt;LI&gt;HTTP POST (transaction validation)&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;One view is that DNS validation is sufficient since every HTTP/TCP request requires DNS resolution and some cloud-native workloads (e.g., Kubernetes/EKS) may have dynamic backend IPs. Another view is that DNS-only monitoring doesn't truly validate traffic flow, application reachability, or service availability. &lt;STRONG&gt;&lt;U&gt;"We are goona use Private AG for the configuration - suggest best prectice(the requirements is like - to validate the flow from each DC to another DC hosted urls,api - major thing is to validate the flow is up and running) and also suggest if we configure the url-api for synthetic endpoint with get call then which code can be used so it can denote the network flow or traffic is not right like 504 only? do suggest."&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;H3&gt;Questions&lt;/H3&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;P&gt;From a Dynatrace architecture perspective, what is the recommended approach for validating cross-environment flow and availability?&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;DNS&lt;/LI&gt;
&lt;LI&gt;TCP&lt;/LI&gt;
&lt;LI&gt;HTTP GET&lt;/LI&gt;
&lt;LI&gt;HTTP POST&lt;/LI&gt;
&lt;LI&gt;Combination of approaches&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Is DNS-only monitoring considered sufficient for availability validation, or should it only be a supporting signal?&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;For cloud-native applications where backend IPs change frequently, is hostname-based monitoring via HTTP/TCP the preferred approach?&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;We want to create a &lt;STRONG&gt;single problem card&lt;/STRONG&gt; only when:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Multiple synthetic endpoints fail (4 endpoints across 2 environments)&lt;/LI&gt;
&lt;LI&gt;A related service simultaneously shows elevated failure/error rates&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;What is the recommended correlation approach in Dynatrace?&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Davis AI&lt;/LI&gt;
&lt;LI&gt;Metric Events / Anomaly Detection&lt;/LI&gt;
&lt;LI&gt;DQL Events&lt;/LI&gt;
&lt;LI&gt;Workflows&lt;/LI&gt;
&lt;LI&gt;Combination of the above&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Looking for best practices and real-world implementations.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Aug 2026 06:25:50 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Bidirectional-Synthetic-Monitoring-cloud-evni-OnPrem-and/m-p/303109#M39378</guid>
      <dc:creator>gauravpayghan</dc:creator>
      <dc:date>2026-08-12T06:25:50Z</dc:date>
    </item>
    <item>
      <title>Re: Bidirectional Synthetic Monitoring (cloud evni ↔ OnPrem) and Correlated Alerting Best Practice</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Bidirectional-Synthetic-Monitoring-cloud-evni-OnPrem-and/m-p/304255#M40219</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/103617"&gt;@gauravpayghan&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm not sure if you're still seeking an answer; however, I'll share my thoughts in case it's still helpful.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN&gt;From a Dynatrace architecture perspective, what is the recommended approach for validating cross-environment flow and availability?&amp;nbsp;Combination of approaches specifically HTTP GET + TCP as minimum, with DNS as a supporting signal only.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;Is DNS-only monitoring considered sufficient for availability validation, or should it only be a supporting signal?&amp;nbsp;No. DNS-only is not sufficient for availability validation. It only confirms that a hostname resolves to an IP.&amp;nbsp;DNS should be used only as a supplementary diagnostic signal, not as a primary availability check.&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;For cloud-native applications where backend IPs change frequently, is hostname-based monitoring via HTTP/TCP the preferred approach?&amp;nbsp;Yes, hostname-based HTTP/TCP is the correct approach&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;What is the recommended correlation approach in Dynatrace?&amp;nbsp;Recommended: Combination of Davis AI + Metric Events + Workflows&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN&gt;Why not DQL Events as primary? DQL Events are better suited for log-based or custom telemetry signals not for synthetic + service correlation.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Sujit&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Sep 2026 06:21:17 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Bidirectional-Synthetic-Monitoring-cloud-evni-OnPrem-and/m-p/304255#M40219</guid>
      <dc:creator>sujit_k_singh</dc:creator>
      <dc:date>2026-09-10T06:21:17Z</dc:date>
    </item>
  </channel>
</rss>

