<?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: Extension Load Balancing on Active Gate Groups in Open Q&amp;A</title>
    <link>https://community.dynatrace.com/t5/Open-Q-A/Extension-Load-Balancing-on-Active-Gate-Groups/m-p/293207#M38480</link>
    <description>&lt;P&gt;From some of the answers here, I guess it makes sense to not have many connections per Extension configuration? As this is a "bigger moving part" which has to be reassigned in the case of an activegate down, or soft limits being hit.&lt;BR /&gt;&lt;BR /&gt;Still I would like for dynatrace to document this properly.&lt;/P&gt;</description>
    <pubDate>Fri, 16 Jan 2026 09:14:21 GMT</pubDate>
    <dc:creator>tarjei_statkraf</dc:creator>
    <dc:date>2026-01-16T09:14:21Z</dc:date>
    <item>
      <title>Extension Load Balancing on Active Gate Groups</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Extension-Load-Balancing-on-Active-Gate-Groups/m-p/271639#M35890</link>
      <description>&lt;P&gt;Hello community,&lt;/P&gt;&lt;P&gt;Would someone know exactly how extensions are distributed on an Active Gate group.&amp;nbsp; &amp;nbsp;We use several database extensions and they seem to be all running on one of the two active gates in the group.&amp;nbsp; I was under the impression that load would be distributed to both active gates in the group.&amp;nbsp; &amp;nbsp;Is this incorrect?&lt;BR /&gt;It would seem to make more sense to balance load across the two... rather than load one up and have the other as a hot standby.&lt;/P&gt;&lt;P&gt;Thoughts or direction to any documentation on Active Gate load balancing (not using an external loadbalancer) would be much appreciated!&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Mar 2025 17:46:16 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Extension-Load-Balancing-on-Active-Gate-Groups/m-p/271639#M35890</guid>
      <dc:creator>mmevanson</dc:creator>
      <dc:date>2025-03-05T17:46:16Z</dc:date>
    </item>
    <item>
      <title>Re: Extension Load Balancing on Active Gate Groups</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Extension-Load-Balancing-on-Active-Gate-Groups/m-p/271680#M35900</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am impression than you, not sure if that is documented somewhere,&lt;SPAN&gt;&amp;nbsp;one up and have the other as a hot standby.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;If you check logs, you can see sometimes extesion is only executed in one, until it is restarted or unavailable.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Thu, 06 Mar 2025 07:48:58 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Extension-Load-Balancing-on-Active-Gate-Groups/m-p/271680#M35900</guid>
      <dc:creator>AntonPineiro</dc:creator>
      <dc:date>2025-03-06T07:48:58Z</dc:date>
    </item>
    <item>
      <title>Re: Extension Load Balancing on Active Gate Groups</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Extension-Load-Balancing-on-Active-Gate-Groups/m-p/271739#M35901</link>
      <description>&lt;P&gt;Thank you, but this doesn't really explain how it works.&amp;nbsp; I'm interested in knowing how the active gates know how to distribute and run extensions in an active gate group.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Mar 2025 14:12:30 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Extension-Load-Balancing-on-Active-Gate-Groups/m-p/271739#M35901</guid>
      <dc:creator>mmevanson</dc:creator>
      <dc:date>2025-03-06T14:12:30Z</dc:date>
    </item>
    <item>
      <title>Re: Extension Load Balancing on Active Gate Groups</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Extension-Load-Balancing-on-Active-Gate-Groups/m-p/271754#M35904</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Yes, it means, looks like something internal, not shared from public. I hope someone from Dynatrace can answer you, because I am interested as well.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Thu, 06 Mar 2025 16:13:00 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Extension-Load-Balancing-on-Active-Gate-Groups/m-p/271754#M35904</guid>
      <dc:creator>AntonPineiro</dc:creator>
      <dc:date>2025-03-06T16:13:00Z</dc:date>
    </item>
    <item>
      <title>Re: Extension Load Balancing on Active Gate Groups</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Extension-Load-Balancing-on-Active-Gate-Groups/m-p/282784#M37234</link>
      <description>&lt;P&gt;Hi Matt,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This is how it works: Load balancing is only performed during the initial assignment of the monitoring configuration to the ActiveGate group. The monitoring configuration is assigned to the first ActiveGate who's CPU and memory soft limits of its configured performance profile are not surpassed, and who successfully runs the fast check (that it can connect to the endpoint). In other words, it simply assigns it to&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;the first ActiveGate that says it can run the extension. Network plays a role in this. This might explain why most, if not all, extensions end up assigned to the same ActiveGate. That's probably why also in your case, all database extensions were installed on the same ActiveGate.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The extensions don't move to other ActiveGates afterwards, unless the ActiveGate becomes unavailable. As&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/58682"&gt;@AntonPineiro&lt;/a&gt;&amp;nbsp;mentioned, the other ActiveGates in the same group serve as hot standby in case the ActiveGate with the extensions installed becomes unavailable.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I hope this helps.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Kind regards,&lt;BR /&gt;Johan&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Aug 2025 10:23:17 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Extension-Load-Balancing-on-Active-Gate-Groups/m-p/282784#M37234</guid>
      <dc:creator>johanoreel</dc:creator>
      <dc:date>2025-08-01T10:23:17Z</dc:date>
    </item>
    <item>
      <title>Re: Extension Load Balancing on Active Gate Groups</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Extension-Load-Balancing-on-Active-Gate-Groups/m-p/282851#M37236</link>
      <description>&lt;P&gt;Hi Matt,&lt;/P&gt;&lt;P&gt;Extensions in an ActiveGate group don’t actively load balance across AGs in real time. Extension Framework 2.0 only redistributes in two cases:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":keycap_1:"&gt;1️⃣&lt;/span&gt; &lt;STRONG&gt;Failover:&lt;/STRONG&gt; If the primary AG running the extension goes down, another AG in the group takes over.&lt;BR /&gt;&lt;span class="lia-unicode-emoji" title=":keycap_2:"&gt;2️⃣&lt;/span&gt; &lt;STRONG&gt;Resource limits:&lt;/STRONG&gt; If CPU or RAM &lt;STRONG&gt;soft limits&lt;/STRONG&gt; (defined by the selected performance profile: Default, High Limits, or Dedicated) are exceeded, new monitoring configs can be assigned to another AG.&lt;/P&gt;&lt;P&gt;The attached screenshot shows the &lt;STRONG&gt;resource consumption thresholds&lt;/STRONG&gt; for each profile. As long as the first AG can handle the load within its soft limits, the cluster assigns the extensions there and keeps the second AG as a standby for failover or overflow scenarios.&lt;/P&gt;&lt;P&gt;Unfortunately, there’s no round-robin balancing today without an external load balancer. More details here:&lt;A href="https://docs.dynatrace.com/docs/ingest-from/extensions/extension-limits" target="_blank" rel="noopener"&gt;https://docs.dynatrace.com/docs/ingest-from/extensions/extension-limits&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2025-08-01 at 23.20.34.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/29340i891B892A73D36649/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2025-08-01 at 23.20.34.png" alt="Screenshot 2025-08-01 at 23.20.34.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; thanks, and all the best&amp;nbsp;&lt;/P&gt;&lt;P&gt;ahmed&lt;/P&gt;</description>
      <pubDate>Fri, 01 Aug 2025 19:22:00 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Extension-Load-Balancing-on-Active-Gate-Groups/m-p/282851#M37236</guid>
      <dc:creator>Ahmedrahbi</dc:creator>
      <dc:date>2025-08-01T19:22:00Z</dc:date>
    </item>
    <item>
      <title>Re: Extension Load Balancing on Active Gate Groups</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Extension-Load-Balancing-on-Active-Gate-Groups/m-p/283879#M37330</link>
      <description>&lt;P&gt;So, I had a similar question so i had a conversation with an AI bot and the response I received i thought was helpful.&amp;nbsp; So, found this post and will add it so it's available to Community.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ME:&amp;nbsp;i have some questions about Dynatrace Extension 2.0 ActiveGate grouping. If i have 3 ActivGates in a group named EXT-Collectors and I run an Extension 2.0 extension such as SSL Certificate Checker on that ActiveGate group, will Dynatrace automatically spread the load across the 3 ActiveGates or will it just assign some number to each ActiveGate. I ask because what if one of the 3 activegates crashes, will it still run the extensions. OR what if one of the ActiveGates have too much load on the host, will Dynatrace move some of the jobs to another ActiveGate with more resources available?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BOT:&lt;/P&gt;&lt;P&gt;I know exactly what you’re asking — because &lt;STRONG&gt;Extensions 2.0&lt;/STRONG&gt; ActiveGate execution doesn’t work quite like Synthetic locations or OneAgent failover, and the way Dynatrace spreads jobs can surprise people.&lt;/P&gt;&lt;P&gt;Here’s how it actually works for &lt;STRONG&gt;Extension 2.0 on an ActiveGate group&lt;/STRONG&gt;:&lt;/P&gt;&lt;HR /&gt;&lt;H2&gt;&lt;STRONG&gt;1. Load distribution&lt;/STRONG&gt;&lt;/H2&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;When you assign an &lt;STRONG&gt;Extension 2.0&lt;/STRONG&gt; to an &lt;STRONG&gt;ActiveGate group&lt;/STRONG&gt; (e.g., EXT-Collectors with AG01, AG02, AG03):&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Dynatrace splits the monitored entities for that extension across the AGs&lt;/STRONG&gt; in the group.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;The assignment is &lt;STRONG&gt;static&lt;/STRONG&gt; at deployment time — meaning each monitored endpoint or instance gets bound to one specific ActiveGate for execution.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;It’s &lt;EM&gt;not&lt;/EM&gt; dynamic load-balancing based on CPU/memory like Kubernetes — Dynatrace doesn’t shuffle jobs around minute-by-minute to follow spare capacity.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;HR /&gt;&lt;H2&gt;&lt;STRONG&gt;2. Failover&lt;/STRONG&gt;&lt;/H2&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;If &lt;STRONG&gt;one ActiveGate in the group goes down&lt;/STRONG&gt; (e.g., AG02 crashes or loses connectivity to the cluster):&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Failover happens automatically&lt;/STRONG&gt; — the endpoints bound to AG02 will be reassigned to other AGs in the group.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;The reassignment isn’t instantaneous — typically there’s a &lt;STRONG&gt;short gap&lt;/STRONG&gt; (depends on execution interval) until the next execution cycle picks a healthy AG.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;When the failed AG comes back online, the workload may shift back again.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;This is &lt;STRONG&gt;per monitored endpoint&lt;/STRONG&gt;, not per single execution run — so you won’t get “half a job” moving mid-run.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;HR /&gt;&lt;H2&gt;&lt;STRONG&gt;3. Load awareness&lt;/STRONG&gt;&lt;/H2&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Dynatrace &lt;STRONG&gt;does not actively monitor ActiveGate resource utilization&lt;/STRONG&gt; to balance jobs dynamically in real time.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;The scheduler’s logic:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;Try to spread endpoints evenly across AGs in the group.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;If an AG becomes unavailable, redistribute those endpoints evenly across the remaining AGs.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;When the AG comes back, re-balance again.&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;If one AG is &lt;EM&gt;technically online&lt;/EM&gt; but pegged at 100% CPU, Dynatrace won’t “evacuate” jobs — you’d have to remove it from the group or fix the host.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;HR /&gt;&lt;H2&gt;&lt;STRONG&gt;4. Best practices for your case (SSL Cert checks)&lt;/STRONG&gt;&lt;/H2&gt;&lt;P&gt;Since you have &lt;STRONG&gt;~900 SSL checks&lt;/STRONG&gt; and three AGs:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;The system will initially give each AG ~300 endpoints.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;If AG02 fails, AG01 &amp;amp; AG03 will each take ~150 extra endpoints until AG02 recovers.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Keep intervals staggered to avoid all jobs firing at the same time (reduces CPU spikes).&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Watch the &lt;STRONG&gt;ActiveGate Extension Execution metrics&lt;/STRONG&gt; (memory, CPU, job queue length) in the AG self-monitoring dashboard — that’s your early warning for overload.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;If one AG is consistently busier (e.g., more expensive checks), you can &lt;STRONG&gt;manually reassign&lt;/STRONG&gt; some endpoints to balance them.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;HR /&gt;&lt;P&gt;&lt;STRONG&gt;In short:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Yes&lt;/STRONG&gt;, Dynatrace spreads the jobs across all AGs in the group, but in a &lt;STRONG&gt;static evenly-split way&lt;/STRONG&gt;, not CPU-aware load balancing.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Yes&lt;/STRONG&gt;, failover happens automatically if an AG is down.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;No&lt;/STRONG&gt;, it will not shift load away from an overloaded-but-online AG unless you intervene.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ME:&amp;nbsp;so if an AG gets overloaded will sciprts start to fail and timeout, causing false alarms?&lt;/P&gt;&lt;P&gt;BOT:&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes — that’s exactly the risk.&lt;/P&gt;&lt;P&gt;Here’s what happens in &lt;STRONG&gt;Extension 2.0&lt;/STRONG&gt; when an ActiveGate is overloaded but still technically “alive”:&lt;/P&gt;&lt;HR /&gt;&lt;H2&gt;1. &lt;STRONG&gt;Why it causes false alarms&lt;/STRONG&gt;&lt;/H2&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;The scheduler &lt;STRONG&gt;will not&lt;/STRONG&gt; migrate jobs away from an AG just because it’s slow or pegged at 100% CPU.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;If that AG’s extension worker queue grows too long:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Jobs execute late&lt;/STRONG&gt; → time-sensitive checks (like SSL expiry checks) may miss their window.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Jobs exceed their timeout&lt;/STRONG&gt; → the extension reports a failure for that endpoint.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Dynatrace treats those failures as &lt;EM&gt;real&lt;/EM&gt; — so you get problem alerts, even though the target system is fine.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;HR /&gt;&lt;H2&gt;2. &lt;STRONG&gt;Failure behavior&lt;/STRONG&gt;&lt;/H2&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Each monitored endpoint’s check is independent, so if one AG is stuck, &lt;STRONG&gt;only the endpoints assigned to it&lt;/STRONG&gt; will start failing.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;The other AGs in the group keep running fine.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;If the AG is &lt;STRONG&gt;completely unreachable&lt;/STRONG&gt;, failover kicks in and jobs get redistributed — but if it’s merely slow, Dynatrace assumes it’s still capable.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;HR /&gt;&lt;H2&gt;3. &lt;STRONG&gt;Impact on SSL checks (your case)&lt;/STRONG&gt;&lt;/H2&gt;&lt;P&gt;With ~900 SSL checks split 300 per AG:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;If AG02 gets overloaded (CPU spikes from heavy DBI, VMware pulls, etc.):&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Its ~300 SSL checks may start failing or missing intervals.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;You’d see a burst of SSL expiry “problem” events, even though the certificates are fine.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;When AG02 recovers, those problems close — but the noise already went out.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;HR /&gt;&lt;H2&gt;4. &lt;STRONG&gt;How to prevent it&lt;/STRONG&gt;&lt;/H2&gt;&lt;P&gt;To avoid false alarms from overload:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Monitor AG resource metrics&lt;/STRONG&gt;:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;CPU %, memory usage&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Extension worker queue length (ExtensionExecutionController.executionTime, ExtensionExecutionController.queueLength in AG self-monitoring).&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Distribute heavy jobs intentionally&lt;/STRONG&gt;:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;If certain SSL checks have long TLS handshakes (or slow endpoints), put fewer of them on a single AG.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Stagger execution intervals&lt;/STRONG&gt;:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;E.g., instead of all 900 running at 10:00, spread them in small batches over the hour.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Capacity plan&lt;/STRONG&gt;:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Keep each AG at ≤60% sustained CPU during peak to leave failover headroom.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Have a hot spare&lt;/STRONG&gt;:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Running 4 AGs in the group but only loading 3 to capacity means failover doesn’t overload the survivors.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;HR /&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":white_heavy_check_mark:"&gt;✅&lt;/span&gt; &lt;STRONG&gt;Bottom line:&lt;/STRONG&gt;&lt;BR /&gt;If an AG is overloaded but up, yes — Extension 2.0 scripts can start failing and cause false positives. Dynatrace won’t auto-move jobs until the AG is fully down. You need to keep headroom and actively watch the AG’s self-monitoring metrics to avoid that trap.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ct_27_1-1755219902122.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/29597i884BA137A4F31914/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ct_27_1-1755219902122.png" alt="ct_27_1-1755219902122.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Aug 2025 01:06:06 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Extension-Load-Balancing-on-Active-Gate-Groups/m-p/283879#M37330</guid>
      <dc:creator>ct_27</dc:creator>
      <dc:date>2025-08-15T01:06:06Z</dc:date>
    </item>
    <item>
      <title>Re: Extension Load Balancing on Active Gate Groups</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Extension-Load-Balancing-on-Active-Gate-Groups/m-p/293207#M38480</link>
      <description>&lt;P&gt;From some of the answers here, I guess it makes sense to not have many connections per Extension configuration? As this is a "bigger moving part" which has to be reassigned in the case of an activegate down, or soft limits being hit.&lt;BR /&gt;&lt;BR /&gt;Still I would like for dynatrace to document this properly.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jan 2026 09:14:21 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Extension-Load-Balancing-on-Active-Gate-Groups/m-p/293207#M38480</guid>
      <dc:creator>tarjei_statkraf</dc:creator>
      <dc:date>2026-01-16T09:14:21Z</dc:date>
    </item>
    <item>
      <title>Re: Extension Load Balancing on Active Gate Groups</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Extension-Load-Balancing-on-Active-Gate-Groups/m-p/296243#M38764</link>
      <description>&lt;P&gt;Thanks everyone for your replies and thoughts about how this works.&amp;nbsp;&lt;BR /&gt;There is one other BIG "fault tolerant" issue that is overlooked with this mechanism.&amp;nbsp; &lt;STRONG&gt;&amp;nbsp;Active Gate UPDATES.&lt;/STRONG&gt;&lt;BR /&gt;We continually have extensions spawning false alerts when AG's get updates.&amp;nbsp;&amp;nbsp;&lt;BR /&gt;Database Extensions with DB availability metric events spawn false alerts.&lt;BR /&gt;NAM test, already in an unreachable state, generate a new problem after Active Gate Update.&amp;nbsp;&amp;nbsp;&lt;BR /&gt;The lack of an actual "HA - Always On" scenario for AG upgrades will always be detrimental to extension data, it seems.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Mar 2026 18:47:50 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Extension-Load-Balancing-on-Active-Gate-Groups/m-p/296243#M38764</guid>
      <dc:creator>mmevanson</dc:creator>
      <dc:date>2026-03-16T18:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: Extension Load Balancing on Active Gate Groups</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Extension-Load-Balancing-on-Active-Gate-Groups/m-p/296260#M38766</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Only solution today is manual update + maintenance window.&lt;/P&gt;&lt;P&gt;A product idea is planned to update ActiveGates following same logic than OneAgent.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Tue, 17 Mar 2026 07:19:11 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Extension-Load-Balancing-on-Active-Gate-Groups/m-p/296260#M38766</guid>
      <dc:creator>AntonPineiro</dc:creator>
      <dc:date>2026-03-17T07:19:11Z</dc:date>
    </item>
    <item>
      <title>Re: Extension Load Balancing on Active Gate Groups</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Extension-Load-Balancing-on-Active-Gate-Groups/m-p/296570#M38809</link>
      <description>&lt;P&gt;Are there any updates or items on the RoadMap that address the lack of active gate load balancing?&amp;nbsp; Is there a Feedback Channel I'm not seeing?&amp;nbsp; How do we know this issue is being addressed in the future?&lt;/P&gt;&lt;P&gt;We are already running into situations where we see we have overloaded the ActiveGates with one extension.&amp;nbsp; We didn't know until polls started missing and not showing up at designated intervals.&lt;BR /&gt;Customers will not be happy using the "Oh, it's not working so it must be overloaded" process of determining the number of ActiveGates needed to support an extension or a group of extensions.&amp;nbsp; The platform should be aware of the polling successes and needs to move load to other resources (ActiveGates) to handle what is configured.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Mar 2026 17:52:12 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Extension-Load-Balancing-on-Active-Gate-Groups/m-p/296570#M38809</guid>
      <dc:creator>mmevanson</dc:creator>
      <dc:date>2026-03-23T17:52:12Z</dc:date>
    </item>
  </channel>
</rss>

