<?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: Dynatrace (Managed) - Openshift Prometheus integration in Container platforms</title>
    <link>https://community.dynatrace.com/t5/Container-platforms/Dynatrace-Managed-Openshift-Prometheus-integration/m-p/294177#M3477</link>
    <description>&lt;LI-CODE lang="javascript"&gt;/*
apiVersion: dynatrace.com/v1beta5
kind: DynaKube
metadata:
  name: dynakube-k8s-monitoring
  namespace: dynatrace
  annotations:
    feature.dynatrace.com/automatic-kubernetes-api-monitoring-cluster-name: "CLUSTER_NAME"
    feature.dynatrace.com/no-proxy: "dynakube-ag-routing-activegate.dynatrace.svc.cluster.local,.myopenshiftregistry.com" #Container Registries &amp;amp; Dynatrace Services
  labels:
    apm-number: APM123456 
spec:
  apiUrl: https://{environmentid}.live.dynatrace.com/api
  skipCertCheck: true
  proxy:
    valueFrom: dynatraceproxysecret
  networkZone: CLUSTER_NAME
  activeGate:
    capabilities:
    - kubernetes-monitoring
    - metrics-ingest
    image: myopenshiftregistry.com/dynatrace/dynatrace-activegate:1.329.36.20260110-044104
    replicas: 2
    resources:
      requests:
        cpu: 2
        memory: 4Gi
      limits:
        cpu: 4
        memory: 12Gi
    volumeClaimTemplate:
      accessModes: [ "ReadWriteOncePod" ]
      storageClassName: "standard"
      resources:
        requests:
          storage: 10Gi
    group: "CLUSTER_NAME"
  telemetryIngest:
    protocols:
    - otlp
  logMonitoring:
    ingestRuleMatchers:
    - attribute: "k8s.namespace.name"
      values:
      - "cpaas-namespaceA"
      - "cpaas-namespaceA"
  templates:
    logMonitoring:
      imageRef:
        repository: myopenshiftregistry.com/dynatrace/dynatrace-logmodule
        tag: 1.329.66.20260109-142000
    otelCollector:
      imageRef:
        repository: myopenshiftregistry.com/dynatrace/dynatrace-otel-collector
        tag: 0.42.0

---
apiVersion: dynatrace.com/v1beta5
kind: DynaKube
metadata:
  name: dynakube-ag-routing
  namespace: dynatrace
  annotations:
    feature.dynatrace.com/automatic-kubernetes-api-monitoring-cluster-name: "CLUSTER_NAME"
    feature.dynatrace.com/no-proxy: "dynakube-ag-routing-activegate.dynatrace.svc.cluster.local,.myopenshiftregistry.com" #Container Registries &amp;amp; Dynatrace Services
    feature.dynatrace.com/oneagent-initial-connect-retry-ms: "5000"
    feature.dynatrace.com/init-container-seccomp-profile: "true"
  labels:
    apm-number: APM123456    
spec:
  apiUrl: https://{environmentid}.live.dynatrace.com/api
  skipCertCheck: true
  proxy:
    valueFrom: dynatraceproxysecret
  networkZone: CLUSTER_NAME
  metadataEnrichment:
    enabled: true
    namespaceSelector:
      matchLabels:
        dynatrace-meta-injection: enabled  
  activeGate:
    capabilities:
    - routing
    image: myopenshiftregistry.com/dynatrace/dynatrace-activegate:1.329.36.20260110-044104
    replicas: 1
    resources:
      requests:
        cpu: 1
        memory: 1Gi
      limits:
        cpu: 2}
        memory: 4Gi
    group: "CLUSTER_NAME"
  oneAgent:
    applicationMonitoring:
      namespaceSelector:
        matchLabels:
          dynatrace-agent-injection: enabled
*/&lt;/LI-CODE&gt;&lt;P&gt;Hi&lt;SPAN&gt;&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/44497"&gt;@JhonKenneth&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;We use OCP and can get these metrics without issue, we also use App Only and combination of opt 1 &amp;amp; 3.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV class=""&gt;&lt;BR /&gt;Since Dynatrace doesn't have Prometheus ingestion endpoints (different to scrape) There are 3 relatively straight forward options.&amp;nbsp; Options 1 &amp;amp; 2 are the preferred ones and will mostly give you what you need - you will also get the standard Kubernetes monitoring&amp;nbsp;&lt;A href="https://docs.dynatrace.com/docs/observe/infrastructure-observability/container-platform-monitoring/kubernetes-monitoring/alert-on-kubernetes-issues" target="_blank" rel="noopener"&gt;Alert on common Kubernetes/OpenShift issues — Dynatrace Docs&lt;/A&gt;.&lt;BR /&gt;this gives data for Clsuter, Node, Namespaces, Pods, Containers &amp;amp; Events.&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;P&gt;&lt;BR /&gt;1. Application and Kubernetes Monitoring - containerised active gates.&amp;nbsp;&lt;BR /&gt;This uses multiple Dynakubes to provide the required monitoring on the cluster and reduce resource utilisation.&amp;nbsp;&lt;BR /&gt;E.g&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;2. use an external Active Gate to pull the metrics from the K8s API endpoint (manual version of point 1 - connect in from outside the cluster)&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;A href="https://docs.dynatrace.com/docs/ingest-from/setup-on-k8s/guides/deployment-and-configuration/monitoring-and-instrumentation/k8s-api-monitoring#connect--connect-manually" target="_blank" rel="noopener"&gt;Kubernetes API Monitoring — Dynatrace Docs&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;This is same as above, except from an Active Gate external to the cluster.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;3. Use an OTEL Collector and configure for Prom (you cannot use the Dynatrace supplied OTEL Option). I have an example here if you wanted to look :&amp;nbsp;&lt;A href="https://community.dynatrace.com/t5/Dynatrace-tips/OTEL-Collector-Example/m-p/268634" target="_blank" rel="noopener"&gt;OTEL Collector - Example - Dynatrace Community&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;This is going to add a bit of complexity and isn't overly necessary.&lt;BR /&gt;&lt;BR /&gt;we use this for custom Prometheus scraping and trace manipulation that you can't do through the dynatrace otel solution.&amp;nbsp;&lt;/DIV&gt;</description>
    <pubDate>Thu, 05 Feb 2026 01:33:37 GMT</pubDate>
    <dc:creator>gopher</dc:creator>
    <dc:date>2026-02-05T01:33:37Z</dc:date>
    <item>
      <title>Dynatrace (Managed) - Openshift Prometheus integration</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Dynatrace-Managed-Openshift-Prometheus-integration/m-p/294106#M3475</link>
      <description>&lt;DIV&gt;&lt;P&gt;Our OpenShift Kubernetes cluster is currently running in application‑only monitoring mode, so we don’t have visibility into host‑level metrics. To address this, we’re planning to integrate Prometheus with Dynatrace.&lt;/P&gt;&lt;P&gt;Has anyone successfully implemented this integration? We only need to collect host‑level metrics, since application‑only mode already covers workloads, pods, and containers.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 04 Feb 2026 07:49:06 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Dynatrace-Managed-Openshift-Prometheus-integration/m-p/294106#M3475</guid>
      <dc:creator>JhonKenneth</dc:creator>
      <dc:date>2026-02-04T07:49:06Z</dc:date>
    </item>
    <item>
      <title>Re: Dynatrace (Managed) - Openshift Prometheus integration</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Dynatrace-Managed-Openshift-Prometheus-integration/m-p/294159#M3476</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If you do not want to have infra metric coming by OneAgent in fullstack, you have more than one way:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Send metric from OTEL collector to Dynatrace.&lt;/LI&gt;&lt;LI&gt;Creating your custom Prometheus extension.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Dynatrace have videos about both in their YouTube channel.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Wed, 04 Feb 2026 16:48:58 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Dynatrace-Managed-Openshift-Prometheus-integration/m-p/294159#M3476</guid>
      <dc:creator>AntonPineiro</dc:creator>
      <dc:date>2026-02-04T16:48:58Z</dc:date>
    </item>
    <item>
      <title>Re: Dynatrace (Managed) - Openshift Prometheus integration</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Dynatrace-Managed-Openshift-Prometheus-integration/m-p/294177#M3477</link>
      <description>&lt;LI-CODE lang="javascript"&gt;/*
apiVersion: dynatrace.com/v1beta5
kind: DynaKube
metadata:
  name: dynakube-k8s-monitoring
  namespace: dynatrace
  annotations:
    feature.dynatrace.com/automatic-kubernetes-api-monitoring-cluster-name: "CLUSTER_NAME"
    feature.dynatrace.com/no-proxy: "dynakube-ag-routing-activegate.dynatrace.svc.cluster.local,.myopenshiftregistry.com" #Container Registries &amp;amp; Dynatrace Services
  labels:
    apm-number: APM123456 
spec:
  apiUrl: https://{environmentid}.live.dynatrace.com/api
  skipCertCheck: true
  proxy:
    valueFrom: dynatraceproxysecret
  networkZone: CLUSTER_NAME
  activeGate:
    capabilities:
    - kubernetes-monitoring
    - metrics-ingest
    image: myopenshiftregistry.com/dynatrace/dynatrace-activegate:1.329.36.20260110-044104
    replicas: 2
    resources:
      requests:
        cpu: 2
        memory: 4Gi
      limits:
        cpu: 4
        memory: 12Gi
    volumeClaimTemplate:
      accessModes: [ "ReadWriteOncePod" ]
      storageClassName: "standard"
      resources:
        requests:
          storage: 10Gi
    group: "CLUSTER_NAME"
  telemetryIngest:
    protocols:
    - otlp
  logMonitoring:
    ingestRuleMatchers:
    - attribute: "k8s.namespace.name"
      values:
      - "cpaas-namespaceA"
      - "cpaas-namespaceA"
  templates:
    logMonitoring:
      imageRef:
        repository: myopenshiftregistry.com/dynatrace/dynatrace-logmodule
        tag: 1.329.66.20260109-142000
    otelCollector:
      imageRef:
        repository: myopenshiftregistry.com/dynatrace/dynatrace-otel-collector
        tag: 0.42.0

---
apiVersion: dynatrace.com/v1beta5
kind: DynaKube
metadata:
  name: dynakube-ag-routing
  namespace: dynatrace
  annotations:
    feature.dynatrace.com/automatic-kubernetes-api-monitoring-cluster-name: "CLUSTER_NAME"
    feature.dynatrace.com/no-proxy: "dynakube-ag-routing-activegate.dynatrace.svc.cluster.local,.myopenshiftregistry.com" #Container Registries &amp;amp; Dynatrace Services
    feature.dynatrace.com/oneagent-initial-connect-retry-ms: "5000"
    feature.dynatrace.com/init-container-seccomp-profile: "true"
  labels:
    apm-number: APM123456    
spec:
  apiUrl: https://{environmentid}.live.dynatrace.com/api
  skipCertCheck: true
  proxy:
    valueFrom: dynatraceproxysecret
  networkZone: CLUSTER_NAME
  metadataEnrichment:
    enabled: true
    namespaceSelector:
      matchLabels:
        dynatrace-meta-injection: enabled  
  activeGate:
    capabilities:
    - routing
    image: myopenshiftregistry.com/dynatrace/dynatrace-activegate:1.329.36.20260110-044104
    replicas: 1
    resources:
      requests:
        cpu: 1
        memory: 1Gi
      limits:
        cpu: 2}
        memory: 4Gi
    group: "CLUSTER_NAME"
  oneAgent:
    applicationMonitoring:
      namespaceSelector:
        matchLabels:
          dynatrace-agent-injection: enabled
*/&lt;/LI-CODE&gt;&lt;P&gt;Hi&lt;SPAN&gt;&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/44497"&gt;@JhonKenneth&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;We use OCP and can get these metrics without issue, we also use App Only and combination of opt 1 &amp;amp; 3.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV class=""&gt;&lt;BR /&gt;Since Dynatrace doesn't have Prometheus ingestion endpoints (different to scrape) There are 3 relatively straight forward options.&amp;nbsp; Options 1 &amp;amp; 2 are the preferred ones and will mostly give you what you need - you will also get the standard Kubernetes monitoring&amp;nbsp;&lt;A href="https://docs.dynatrace.com/docs/observe/infrastructure-observability/container-platform-monitoring/kubernetes-monitoring/alert-on-kubernetes-issues" target="_blank" rel="noopener"&gt;Alert on common Kubernetes/OpenShift issues — Dynatrace Docs&lt;/A&gt;.&lt;BR /&gt;this gives data for Clsuter, Node, Namespaces, Pods, Containers &amp;amp; Events.&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;P&gt;&lt;BR /&gt;1. Application and Kubernetes Monitoring - containerised active gates.&amp;nbsp;&lt;BR /&gt;This uses multiple Dynakubes to provide the required monitoring on the cluster and reduce resource utilisation.&amp;nbsp;&lt;BR /&gt;E.g&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;2. use an external Active Gate to pull the metrics from the K8s API endpoint (manual version of point 1 - connect in from outside the cluster)&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;A href="https://docs.dynatrace.com/docs/ingest-from/setup-on-k8s/guides/deployment-and-configuration/monitoring-and-instrumentation/k8s-api-monitoring#connect--connect-manually" target="_blank" rel="noopener"&gt;Kubernetes API Monitoring — Dynatrace Docs&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;This is same as above, except from an Active Gate external to the cluster.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;3. Use an OTEL Collector and configure for Prom (you cannot use the Dynatrace supplied OTEL Option). I have an example here if you wanted to look :&amp;nbsp;&lt;A href="https://community.dynatrace.com/t5/Dynatrace-tips/OTEL-Collector-Example/m-p/268634" target="_blank" rel="noopener"&gt;OTEL Collector - Example - Dynatrace Community&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;This is going to add a bit of complexity and isn't overly necessary.&lt;BR /&gt;&lt;BR /&gt;we use this for custom Prometheus scraping and trace manipulation that you can't do through the dynatrace otel solution.&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Thu, 05 Feb 2026 01:33:37 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Dynatrace-Managed-Openshift-Prometheus-integration/m-p/294177#M3477</guid>
      <dc:creator>gopher</dc:creator>
      <dc:date>2026-02-05T01:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: Dynatrace (Managed) - Openshift Prometheus integration</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Dynatrace-Managed-Openshift-Prometheus-integration/m-p/294178#M3478</link>
      <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/44497"&gt;@JhonKenneth&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;BR /&gt;apologies on the above comment formatting - but it is the only way I could get it to post.&amp;nbsp; code is for example 1&lt;/P&gt;</description>
      <pubDate>Wed, 04 Feb 2026 23:47:54 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Dynatrace-Managed-Openshift-Prometheus-integration/m-p/294178#M3478</guid>
      <dc:creator>gopher</dc:creator>
      <dc:date>2026-02-04T23:47:54Z</dc:date>
    </item>
    <item>
      <title>Re: Dynatrace (Managed) - Openshift Prometheus integration</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Dynatrace-Managed-Openshift-Prometheus-integration/m-p/294179#M3479</link>
      <description>&lt;DIV&gt;&lt;P&gt;Got it, I'll check it out, Anton.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 05 Feb 2026 00:49:42 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Dynatrace-Managed-Openshift-Prometheus-integration/m-p/294179#M3479</guid>
      <dc:creator>JhonKenneth</dc:creator>
      <dc:date>2026-02-05T00:49:42Z</dc:date>
    </item>
    <item>
      <title>Re: Dynatrace (Managed) - Openshift Prometheus integration</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Dynatrace-Managed-Openshift-Prometheus-integration/m-p/294181#M3480</link>
      <description>&lt;P&gt;1. Application and Kubernetes Monitoring - containerised active gates.&lt;BR /&gt;This uses multiple Dynakubes to provide the required monitoring on the cluster and reduce resource utilisation. - i can use this multiple dynakubes approach on one of our openshift cluster since there is a limit range set on some of the application namespace.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Feb 2026 01:17:53 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Dynatrace-Managed-Openshift-Prometheus-integration/m-p/294181#M3480</guid>
      <dc:creator>JhonKenneth</dc:creator>
      <dc:date>2026-02-05T01:17:53Z</dc:date>
    </item>
    <item>
      <title>Re: Dynatrace (Managed) - Openshift Prometheus integration</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Dynatrace-Managed-Openshift-Prometheus-integration/m-p/294182#M3481</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/44497"&gt;@JhonKenneth&lt;/a&gt;&amp;nbsp;, the above details are for a relatively large cluster (120+ nodes), resource utilisation and requirements on resources and replica sets would be significantly less for most teams.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;if you're less than 50 nodes, something like the below would suffice.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;    replicas: 1
    resources:
      requests:
        cpu: 500m
        memory: 1Gi
      limits:
        cpu: 2
        memory: 2Gi&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;you could tune this down even further if required.&amp;nbsp;&lt;BR /&gt;Just to clarify, this runs only within the Dynatrace namespace. foundation of your application only will continue to run as is (i've made an assumption you are on automatic injection and not manual &amp;amp; have the containerised AG).&lt;BR /&gt;&lt;BR /&gt;This solution will be a fair bit less in resource, than having to deploy an OTEL collector, which would need to run as a daemon set to collect the kube monitoring metrics.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I would strongly recommend to give it a go if you can as it will save you time and effort.&lt;BR /&gt;you can also remove the log monitoring and otel parts from k8s monitoring AG to further reduce resources.&amp;nbsp; I've just included them as a "catch all" to make things easier and for future ref.&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;it would like like this:&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;/*
ApiVersion: dynatrace.com/v1beta5
kind: DynaKube
metadata:
  name: dynakube-k8s-monitoring
  namespace: dynatrace
  annotations:
    feature.dynatrace.com/automatic-kubernetes-api-monitoring-cluster-name: "CLUSTER_NAME"
spec:
  apiUrl: https://{environmentid}.live.dynatrace.com/api
  skipCertCheck: true
  proxy:
    valueFrom: dynatraceproxysecret
  networkZone: CLUSTER_NAME
  activeGate:
    capabilities:
    - kubernetes-monitoring
    - metrics-ingest
    image: myopenshiftregistry.com/dynatrace/dynatrace-activegate:1.329.36.20260110-044104
    replicas: 1
    resources:
      requests:
        cpu: 500m
        memory: 1Gi
      limits:
        cpu: 2
        memory: 2Gi
    group: "CLUSTER_NAME"
*/	&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Feb 2026 01:32:33 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Dynatrace-Managed-Openshift-Prometheus-integration/m-p/294182#M3481</guid>
      <dc:creator>gopher</dc:creator>
      <dc:date>2026-02-05T01:32:33Z</dc:date>
    </item>
    <item>
      <title>Re: Dynatrace (Managed) - Openshift Prometheus integration</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Dynatrace-Managed-Openshift-Prometheus-integration/m-p/294183#M3482</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/44497"&gt;@JhonKenneth&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;above was an example for a 120+ node cluster, with all DT components,&amp;nbsp;&lt;BR /&gt;you could quite happily reduce resources and scope like below and just deploy the k8s monitoring part - this can be done in the same namespace.&amp;nbsp; should be able to fit within limits.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;/*
ApiVersion: dynatrace.com/v1beta5
kind: DynaKube
metadata:
  name: dynakube-k8s-monitoring
  namespace: dynatrace
  annotations:
    feature.dynatrace.com/automatic-kubernetes-api-monitoring-cluster-name: "CLUSTER_NAME"
spec:
  apiUrl: https://{environmentid}.live.dynatrace.com/api
  skipCertCheck: true
  proxy:
    valueFrom: dynatraceproxysecret
  networkZone: CLUSTER_NAME
  activeGate:
    capabilities:
    - kubernetes-monitoring
    - metrics-ingest
    image: myopenshiftregistry.com/dynatrace/dynatrace-activegate:1.329.36.20260110-044104
    replicas: 1
    resources:
      requests:
        cpu: 500m
        memory: 1Gi
      limits:
        cpu: 2
        memory: 2Gi
    group: "CLUSTER_NAME"
*/	&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Feb 2026 02:45:01 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Dynatrace-Managed-Openshift-Prometheus-integration/m-p/294183#M3482</guid>
      <dc:creator>gopher</dc:creator>
      <dc:date>2026-02-05T02:45:01Z</dc:date>
    </item>
  </channel>
</rss>

