<?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: Proxy config for k8s synthetic metric adapter in Synthetic Monitoring</title>
    <link>https://community.dynatrace.com/t5/Synthetic-Monitoring/Proxy-config-for-Kubernetes-synthetic-metric-adapter/m-p/258577#M2646</link>
    <description>&lt;P&gt;No, because&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;our expectation is that containerized, auto-scalable private synthetic locations must be completely decoupled from the Dynatrace operator namespace.&lt;/LI&gt;&lt;LI&gt;I don't see why that would have any effect&amp;nbsp;as there is no requirement/dependency mentioned with regards to the Dynatrace operator in the documentation.&lt;/LI&gt;&lt;LI&gt;we don't have direct access to the Dynatrace operator namespace (it's part of the OpenShift PaaS)&lt;/LI&gt;&lt;/OL&gt;</description>
    <pubDate>Tue, 08 Oct 2024 12:01:56 GMT</pubDate>
    <dc:creator>Enrico_F</dc:creator>
    <dc:date>2024-10-08T12:01:56Z</dc:date>
    <item>
      <title>Proxy config for Kubernetes synthetic metric adapter</title>
      <link>https://community.dynatrace.com/t5/Synthetic-Monitoring/Proxy-config-for-Kubernetes-synthetic-metric-adapter/m-p/257999#M2640</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Has anybody had any success with deploying containerized, &lt;STRONG&gt;auto-scalable&lt;/STRONG&gt; private synthetic locations in "air-gapped" K8s namespaces where egress to the Dynatrace SaaS cloud is only possible via HTTP proxy?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I'm asking because it seems there are no instructions about how to configure a proxy with the &lt;STRONG&gt;metrics adapter&lt;/STRONG&gt; template - only for the &lt;STRONG&gt;location&lt;/STRONG&gt; template.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I'm referring to this documentation:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A class="" href="https://docs.dynatrace.com/docs/platform-modules/digital-experience/synthetic-monitoring/private-synthetic-locations/containerized-locations#proxy" target="_blank" rel="noopener"&gt;https://docs.dynatrace.com/docs/platform-modules/digital-experience/synthetic-monitoring/private-synthetic-locations/containerized-locations#proxy&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;As per the generated &lt;A href="https://docs.dynatrace.com/docs/platform-modules/digital-experience/synthetic-monitoring/private-synthetic-locations/containerized-locations#deploy-adapter" target="_self"&gt;metric adapter template&lt;/A&gt; the deployment "dynatrace-metrics-apiserver" obviously wants to communicate with the public API endpoint on SaaS configured via env var BASE_URL:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;apiVersion: apps/v1
kind: Deployment
metadata:
  ...
spec:
  ...
  template:
    ...
    spec:
      ...
      containers:
        - name: dynatrace-metrics-apiserver
          image: dynatrace/dynatrace-synthetic-adapter:latest
          env:
            - name: BASE_URL
              value: "https://abcdef.live.dynatrace.com/e/abcdef"
          imagePullPolicy: Always
          args:
            - --secure-port=6443
            - --cert-dir=/tmp
          ports:
            - name: https
              containerPort: 6443
          volumeMounts:
            - name: temp-vol
              mountPath: /tmp
            - name: dynametric
              mountPath: /var/lib/dynatrace/secrets/dynametric
              readOnly: true
          ...
      ...&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;On our k8s cluster this will not work as direct egress is not allowed.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Dec 2025 11:21:55 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Synthetic-Monitoring/Proxy-config-for-Kubernetes-synthetic-metric-adapter/m-p/257999#M2640</guid>
      <dc:creator>Enrico_F</dc:creator>
      <dc:date>2025-12-18T11:21:55Z</dc:date>
    </item>
    <item>
      <title>Re: Proxy config for k8s synthetic metric adapter</title>
      <link>https://community.dynatrace.com/t5/Synthetic-Monitoring/Proxy-config-for-Kubernetes-synthetic-metric-adapter/m-p/258003#M2641</link>
      <description>&lt;P&gt;I don't believe that it is currently possible to add proxy settings for the metric adapter. I'm checking into it&lt;/P&gt;</description>
      <pubDate>Thu, 03 Oct 2024 14:00:56 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Synthetic-Monitoring/Proxy-config-for-Kubernetes-synthetic-metric-adapter/m-p/258003#M2641</guid>
      <dc:creator>HannahM</dc:creator>
      <dc:date>2024-10-03T14:00:56Z</dc:date>
    </item>
    <item>
      <title>Re: Proxy config for k8s synthetic metric adapter</title>
      <link>https://community.dynatrace.com/t5/Synthetic-Monitoring/Proxy-config-for-Kubernetes-synthetic-metric-adapter/m-p/258005#M2642</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/1433"&gt;@HannahM&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for looking into this - appreciated!&lt;/P&gt;&lt;P&gt;If a proxy config is not currently supported the other option would be to connect to an internal API endpoint on one of our ActiveGates that is reachable directly from the namespace, but that would require either allowing insecure TLS comms or the configuration of a custom CA in the trust store (since our AG's use a server cert that is signed by a private CA).&lt;/P&gt;</description>
      <pubDate>Thu, 03 Oct 2024 14:19:59 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Synthetic-Monitoring/Proxy-config-for-Kubernetes-synthetic-metric-adapter/m-p/258005#M2642</guid>
      <dc:creator>Enrico_F</dc:creator>
      <dc:date>2024-10-03T14:19:59Z</dc:date>
    </item>
    <item>
      <title>Re: Proxy config for k8s synthetic metric adapter</title>
      <link>https://community.dynatrace.com/t5/Synthetic-Monitoring/Proxy-config-for-Kubernetes-synthetic-metric-adapter/m-p/258574#M2645</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/7040"&gt;@Enrico_F&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;have you checked customizing proxy configurations in Dynakube.yaml on the K8s cluster.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2024-10-08_15h40_39.png" style="width: 999px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/23430i6C40B792FD632E3E/image-size/large?v=v2&amp;amp;px=999" role="button" title="2024-10-08_15h40_39.png" alt="2024-10-08_15h40_39.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;BR,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Peter.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Oct 2024 11:43:23 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Synthetic-Monitoring/Proxy-config-for-Kubernetes-synthetic-metric-adapter/m-p/258574#M2645</guid>
      <dc:creator>Peter_Youssef</dc:creator>
      <dc:date>2024-10-08T11:43:23Z</dc:date>
    </item>
    <item>
      <title>Re: Proxy config for k8s synthetic metric adapter</title>
      <link>https://community.dynatrace.com/t5/Synthetic-Monitoring/Proxy-config-for-Kubernetes-synthetic-metric-adapter/m-p/258577#M2646</link>
      <description>&lt;P&gt;No, because&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;our expectation is that containerized, auto-scalable private synthetic locations must be completely decoupled from the Dynatrace operator namespace.&lt;/LI&gt;&lt;LI&gt;I don't see why that would have any effect&amp;nbsp;as there is no requirement/dependency mentioned with regards to the Dynatrace operator in the documentation.&lt;/LI&gt;&lt;LI&gt;we don't have direct access to the Dynatrace operator namespace (it's part of the OpenShift PaaS)&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Tue, 08 Oct 2024 12:01:56 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Synthetic-Monitoring/Proxy-config-for-Kubernetes-synthetic-metric-adapter/m-p/258577#M2646</guid>
      <dc:creator>Enrico_F</dc:creator>
      <dc:date>2024-10-08T12:01:56Z</dc:date>
    </item>
    <item>
      <title>Re: Proxy config for k8s synthetic metric adapter</title>
      <link>https://community.dynatrace.com/t5/Synthetic-Monitoring/Proxy-config-for-Kubernetes-synthetic-metric-adapter/m-p/258585#M2648</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/7040"&gt;@Enrico_F&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can check the attached configurations:&amp;nbsp;&lt;A href="https://docs.dynatrace.com/docs/shortlink/sgw-configure#synth_mod" target="_self"&gt;https://docs.dynatrace.com/docs/shortlink/sgw-configure#synth_mod&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2024-10-08_16h32_09.png" style="width: 999px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/23432iD0946B99CAE2E4DC/image-size/large?v=v2&amp;amp;px=999" role="button" title="2024-10-08_16h32_09.png" alt="2024-10-08_16h32_09.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2024-10-08_16h34_55.png" style="width: 999px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/23433iFA24BF29028D5BD1/image-size/large?v=v2&amp;amp;px=999" role="button" title="2024-10-08_16h34_55.png" alt="2024-10-08_16h34_55.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Hoping it adds value.&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Peter.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Oct 2024 12:37:11 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Synthetic-Monitoring/Proxy-config-for-Kubernetes-synthetic-metric-adapter/m-p/258585#M2648</guid>
      <dc:creator>Peter_Youssef</dc:creator>
      <dc:date>2024-10-08T12:37:11Z</dc:date>
    </item>
    <item>
      <title>Re: Proxy config for k8s synthetic metric adapter</title>
      <link>https://community.dynatrace.com/t5/Synthetic-Monitoring/Proxy-config-for-Kubernetes-synthetic-metric-adapter/m-p/258597#M2649</link>
      <description>&lt;P&gt;Thanks. I'm already familiar with the ActivGate properties but IMO this is not really relevant here as my question is not specifically about the ActiveGate itself but rather about the &lt;A href="https://hub.docker.com/r/dynatrace/dynatrace-synthetic-adapter" target="_self"&gt;synthetic (metric) adapter&lt;/A&gt; component that's required for auto-scaling containerized private locations on K8s.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Oct 2024 13:02:16 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Synthetic-Monitoring/Proxy-config-for-Kubernetes-synthetic-metric-adapter/m-p/258597#M2649</guid>
      <dc:creator>Enrico_F</dc:creator>
      <dc:date>2024-10-08T13:02:16Z</dc:date>
    </item>
    <item>
      <title>Re: Proxy config for k8s synthetic metric adapter</title>
      <link>https://community.dynatrace.com/t5/Synthetic-Monitoring/Proxy-config-for-Kubernetes-synthetic-metric-adapter/m-p/258601#M2651</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/7040"&gt;@Enrico_F&lt;/a&gt;&amp;nbsp;for feedback.&lt;/P&gt;&lt;P&gt;what about checking this section&amp;nbsp;&lt;A href="https://docs.dynatrace.com/docs/shortlink/sgw-proxy-authentication#advanced" target="_self"&gt;https://docs.dynatrace.com/docs/shortlink/sgw-proxy-authentication#advanced&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Tue, 08 Oct 2024 13:08:06 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Synthetic-Monitoring/Proxy-config-for-Kubernetes-synthetic-metric-adapter/m-p/258601#M2651</guid>
      <dc:creator>Peter_Youssef</dc:creator>
      <dc:date>2024-10-08T13:08:06Z</dc:date>
    </item>
    <item>
      <title>Re: Proxy config for k8s synthetic metric adapter</title>
      <link>https://community.dynatrace.com/t5/Synthetic-Monitoring/Proxy-config-for-Kubernetes-synthetic-metric-adapter/m-p/258610#M2652</link>
      <description>&lt;P&gt;Already checked - none of that applies to the &lt;A href="https://hub.docker.com/r/dynatrace/dynatrace-synthetic-adapter" target="_self" rel="nofollow noopener noreferrer"&gt;synthetic adapter&lt;/A&gt;&amp;nbsp;component. But thanks anyway.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Oct 2024 13:48:20 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Synthetic-Monitoring/Proxy-config-for-Kubernetes-synthetic-metric-adapter/m-p/258610#M2652</guid>
      <dc:creator>Enrico_F</dc:creator>
      <dc:date>2024-10-08T13:48:20Z</dc:date>
    </item>
    <item>
      <title>Re: Proxy config for k8s synthetic metric adapter</title>
      <link>https://community.dynatrace.com/t5/Synthetic-Monitoring/Proxy-config-for-Kubernetes-synthetic-metric-adapter/m-p/259534#M2684</link>
      <description>&lt;P&gt;FWIW: In the meantime this was acknowledged by support as something that got missed during initial design and will be addressed in sprint 305 (expected for late January 2025).&lt;/P&gt;</description>
      <pubDate>Thu, 17 Oct 2024 11:02:32 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Synthetic-Monitoring/Proxy-config-for-Kubernetes-synthetic-metric-adapter/m-p/259534#M2684</guid>
      <dc:creator>Enrico_F</dc:creator>
      <dc:date>2024-10-17T11:02:32Z</dc:date>
    </item>
    <item>
      <title>Re: Proxy config for k8s synthetic metric adapter</title>
      <link>https://community.dynatrace.com/t5/Synthetic-Monitoring/Proxy-config-for-Kubernetes-synthetic-metric-adapter/m-p/259539#M2685</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/7040"&gt;@Enrico_F&lt;/a&gt;&amp;nbsp;for the update.&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;</description>
      <pubDate>Thu, 17 Oct 2024 10:17:13 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Synthetic-Monitoring/Proxy-config-for-Kubernetes-synthetic-metric-adapter/m-p/259539#M2685</guid>
      <dc:creator>Peter_Youssef</dc:creator>
      <dc:date>2024-10-17T10:17:13Z</dc:date>
    </item>
    <item>
      <title>Re: Proxy config for k8s synthetic metric adapter</title>
      <link>https://community.dynatrace.com/t5/Synthetic-Monitoring/Proxy-config-for-Kubernetes-synthetic-metric-adapter/m-p/261498#M2745</link>
      <description>&lt;P&gt;Some good news on this one, the fix has been backported to the 303 ActiveGate. So should be available in the next couple of weeks.&amp;nbsp;&lt;img class="lia-deferred-image lia-image-emoji" src="https://community.dynatrace.com/html/@F3855C00763C1B6CC61ECF7207C6A6C9/images/emoticons/party_cat.gif" alt=":party_cat:" title=":party_cat:" /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2024 09:29:30 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Synthetic-Monitoring/Proxy-config-for-Kubernetes-synthetic-metric-adapter/m-p/261498#M2745</guid>
      <dc:creator>HannahM</dc:creator>
      <dc:date>2024-11-05T09:29:30Z</dc:date>
    </item>
    <item>
      <title>Re: Proxy config for k8s synthetic metric adapter</title>
      <link>https://community.dynatrace.com/t5/Synthetic-Monitoring/Proxy-config-for-Kubernetes-synthetic-metric-adapter/m-p/261510#M2746</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/1433"&gt;@HannahM&lt;/a&gt;&amp;nbsp;for the good news&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":rolled_up_newspaper:"&gt;🗞&lt;/span&gt;&lt;img class="lia-deferred-image lia-image-emoji" src="https://community.dynatrace.com/html/@6EDF483EF947B43E16DF999BED8ABCC0/images/emoticons/dynaspin.gif" alt=":dynaspin:" title=":dynaspin:" /&gt;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2024 09:57:57 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Synthetic-Monitoring/Proxy-config-for-Kubernetes-synthetic-metric-adapter/m-p/261510#M2746</guid>
      <dc:creator>Peter_Youssef</dc:creator>
      <dc:date>2024-11-05T09:57:57Z</dc:date>
    </item>
  </channel>
</rss>

